@norvento/eslint-config
v1.1.0
Published
Collection of eslint rules to be used in Norvento projects
Downloads
154
Keywords
Readme
Norvento eslint config
Collection of eslint rules to be used in Norvento projects
Usage
- Add the dependency to your project:
yarn add @norvento/eslint-config
- Create an
.eslintrc
file with the following contents:{ "extends": [ "@norvento/eslint-config" ] }