1.0.2 • Published 5 years ago
@edeloptics/eslint-config v1.0.2
Edel Optics ESLint Config
ESLint config for Edel Optics.
Usage
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"
]
}
License
MIT - Edel Optics