ESLint config for Edel Optics.
Do you want to add the config to your own projects? There you go:
- Install eslint if not already present (optional if present)
$ npm i -D eslint
- Add this package to your devDependencies
$ npm i -D edeloptics/eslint-config
- Create a
.eslintrc
file - Extend our config
{
"extends": [
"edeloptics"
]
}
MIT - Edel Optics