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