@northernv/eslint-config
v2.0.2
Published
> Linting for the Lightbox API layer
Downloads
26
Readme
Linting for the Lightbox API layer
Install
npm install -D @northernv/eslint-config-or-
yarn add -d @northernv/eslint-configConfigure
Add a .eslintrc file to your project
{
"extends": ["@northernv"]
}Caveat
ESLint is a peerDependency, so you must install it as well
npm install -D eslintDevelopment
- NOTE: Yes
yarn lintreruns jest test. This is to pass the default CI/CD tests found in the pipeline https://gitlab.com/northernv/gitlab-ci-templates/-/blob/master/publish-npm.yml - To lint, run
yarn locallint
