eslint-config-ifyour

1.0.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-ifyour

Weekly Downloads

0

Version

1.0.6

License

GPL-3.0

Unpacked Size

41.7 kB

Total Files

4

Last publish

Collaborators

  • ifyour