/eslint-config

ESLint configuration for JavaScript based projects

Primary LanguageJavaScriptMIT LicenseMIT

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