1.0.6 • Published 4 years ago

eslint-config-ifyour v1.0.6

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
4 years ago

eslint-config-ifyour

ifyour's eslint configuration, with some sensible defaults for ES2015, React and Mocha.

Installation

Project

Install eslint and this config:

npm i -D eslint eslint-config-ifyour

Now in your package.json:

...

"eslintConfig": {
  "extends": "eslint-config-ifyour"
},

...

VSCode

Install Eslint, and in your settings.json:

...

"editor.codeActionsOnSave": {
  "source.fixAll": true,
},
"editor.formatOnSave": false,
"editor.formatOnPaste": false,

...

Credits

This is a modified version of eslint-config-developit