Skip to content

edeloptics-gmbh/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ESLint configuration for JavaScript based projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published