Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 526 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 526 Bytes

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.