@edsc/eslint-config
Core coding standards for EDSC projects.
Installation
You'll need to install ESLint
and peer dependencies into your project. Use this command to install everything you need.
npm install --save-dev @edsc/eslint-config @babel/eslint-parser eslint-config-airbnb eslint-plugin-cypress eslint-plugin-import eslint-plugin-import-newlines eslint-plugin-jsx-a11y eslint-plugin-react
Usage
Create a .eslintrc
file with the following contents:
{
"extends": [
"@edsc"
]
}