ESLint is now working. npm install should update local dependencies.
Do not use npm install eslint --save-dev
Most of the code changes were made in the last PR, but a new branch was created before testing and making additional changes. No corrections have been made.
Run $ ./node_modules/.bin/eslint yourfile.js to run ESLint per the docs. ESLint is configured to the Air BnB style guide. See the docs for reference.
The command used to resolve this issue: npm install --save-dev eslint-config-airbnb eslint-plugin-import@^1.8.0 eslint-plugin-react@^5.1.1 eslint-plugin-jsx-a11y@^1.2.2 eslint@^2.10.2
ESLint is now working.
npm install
should update local dependencies.Do not use
npm install eslint --save-dev
Most of the code changes were made in the last PR, but a new branch was created before testing and making additional changes. No corrections have been made.
Run
$ ./node_modules/.bin/eslint yourfile.js
to run ESLint per the docs. ESLint is configured to the Air BnB style guide. See the docs for reference.The command used to resolve this issue:
npm install --save-dev eslint-config-airbnb eslint-plugin-import@^1.8.0 eslint-plugin-react@^5.1.1 eslint-plugin-jsx-a11y@^1.2.2 eslint@^2.10.2