0.3.0 • Published 6 years ago
eslint-config-lucent v0.3.0
ESLint Config for ReactJS
About
ESLint configuration based off of Airbnb's ESLint configuration. Many of the errors will not crash application so they have been reduced to warnings.
Configuration
npm i -D eslint-config-lucent- Create a
.eslintrcfile in the root directory Add the following:
{ "extends": "eslint-config-lucent" }We suggest to use
babel-eslintto transpile code.a.
npm i -D eslint babel-eslintb. Use the following for
.eslintrc{ "extends": "eslint-config-lucent", "parser": "babel-eslint" }