@nlo/eslint-config
v4.1.0
Published
This package contains the eslint configuration that is used in verticals of NLO.
Downloads
1,885
Maintainers
Keywords
Readme
Eslint configuration for front-end
This package contains the eslint configuration that is used in verticals of NLO.
It is intended to be used in the nuxt3 setup that we are using.
Installation
Run npm install @nlo/eslint-config
Add the following to your .eslintrc file:
{
"extends": ["@nlo/eslint-config"]
}
What this config includes
This configuration adds the rules that we need to setup a consistent front-end. The included setup follows the nuxt3 best practices, while keeping prettier configuration possible.