@intelie/eslint-config

4.3.2 • Public • Published

Intelie ESLint config

Install the package

yarn add -D @intelie/eslint-config

Install the peer dependencies

npx install-peerdeps@2.0.1 --dev -o --yarn @intelie/eslint-config

On your package.json:

    "prettier": "@intelie/prettier-config",
    "eslintConfig": {
        "extends": "@intelie"
    },

If you need to make custom changes, extend this configuration:

 "extends": "@intelie/eslint-config",
  "rules": {
       ..."your other rules"
      }
 

IDE & Code Editor notes:

IntelliJ

Under Languages & Frameworks > Javascript > Code Quality Tools > ESLint:

  • [x] Automatic ESLint configuration
  • [x] Run eslint --fix on save

VSCode

Working directories

Under Eslint: Working directories:

If your Javascript project is not on the root of the open project you must define the "eslint.workingDirectories": ["my-root-folder"] setting of the VSCode ESLint plugin to make it work.

Readme

Keywords

Package Sidebar

Install

npm i @intelie/eslint-config

Weekly Downloads

5

Version

4.3.2

License

MIT

Unpacked Size

6.17 kB

Total Files

4

Last publish

Collaborators

  • intelie