1.0.2 • Published 5 years ago

@edeloptics/eslint-config v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Edel Optics ESLint Config

ESLint config for Edel Optics.

Usage

Do you want to add the config to your own projects? There you go:

  1. Install eslint if not already present (optional if present)
$ npm i -D eslint
  1. Add this package to your devDependencies
$ npm i -D edeloptics/eslint-config
  1. Create a .eslintrc file
  2. Extend our config
{
  "extends": [
    "edeloptics"
  ]
}

License

MIT - Edel Optics