turingschool-projects / lookingForFrontEnd

A job search app built with React
https://looking-for.herokuapp.com/
5 stars 5 forks source link

Updates to ESLint #86

Closed kbs5280 closed 8 years ago

kbs5280 commented 8 years ago

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