@eandl/eslint-config
v1.4.0
Published
TIE eslint config
Downloads
34
Readme
TIE eslint config
This package requires eslint to be set up and running in your project. See https://eslint.org/ for further information.
Adding to a project
- Pull this config into your project using npm
npm install @eandl/eslint-config
- In to root directory of your project (alongside package.json) create (or edit) .eslintrc.json.
- Add the following:
"extends": [ "@eandl/eslint-config" ],