eslint-config-prometheusresearch

ESLint configuration preset for Prometheus Research projects


Keywords
eslint-config, eslintconfig
License
MIT
Install
npm install eslint-config-prometheusresearch@0.4.0

Documentation

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