0.4.0 • Published 7 years ago

eslint-config-prometheusresearch v0.4.0

Weekly downloads
72
License
MIT
Repository
github
Last release
7 years ago

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>.