eslint config for lab9k javascript projects.
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"]
}
If you feel like some rules should be configured better, please submit a pull request.