@kelmancelis/eslint-config

1.0.2 • Public • Published

These are settings for ESLint and Prettier used by me.

What it does

This setup lints your JavaScript code based on practices. Check the .eslintrc.js file to see what is included. Feel free to override the rules that make sense for you.

Installing

  1. In your project folder, run:
npm i -D @kelmancelis/eslint-config # or yarn install --dev @kelmancelis/eslint-config
npx install-peerdeps --dev @kelmancelis/eslint-config
  1. You will see several dependencies were installed. Now, create (or update) a .eslintrc file with the following content:
{
  'extends': [
    '@kelmancelis'
  ]
}
  1. Copy the .prettierrc file from this repository into your project folder

Readme

Keywords

Package Sidebar

Install

npm i @kelmancelis/eslint-config

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.7 kB

Total Files

6

Last publish

Collaborators

  • kelmancelisorg