eslint-config-prometheusresearch
v0.4.0
Published
ESLint configuration preset for Prometheus Research projects
Readme
eslint-config-prometheusresearch
ESLint configuration preset for Prometheus Research projects.
Installation
% npm install eslint eslint-config-prometheusresearchUsage
Add the following lines to your package.json:
...
"eslintConfig": {
"extends": "prometheusresearch"
},
...Then run ./node_modules/.bin/eslint <source directory>.
