@vizapp-france/eslint-config
v2.2.4
Published
ESlintconfig for Vizapp dev team projects
Readme
@vizapp-france/eslint-config
Installation
Install the package
npm i -D @vizapp-france/eslint-configSetup
Create the following file
.eslintrc.jsJavaScript
module.exports = require('@vizapp-france/eslint-config');TypeScript
module.exports = require('@vizapp-france/eslint-config/typescript');Add the following to
scriptsinpackage.json"lint:js": "eslint ."
Running
npm run lint:jsRelated repos
- https://github.com/vizapp-france/prettier-config
