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