Skip to content

lab9k/eslint-config-lab9k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-lab9k

eslint config for lab9k javascript projects.

installation

npm install @lab9k/eslint-config

OR for an easier installation of peerDependencies you can also install this package with

npx install-peerdeps @lab9k/eslint-config -d

then in your .eslintrc configuration file (e.g.: .eslintrc.json) you can extend this configuration.

{
  "extends": ["@lab9k"]
}

contribution

If you feel like some rules should be configured better, please submit a pull request.

About

lab9k spin on the standard eslint config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published