1.0.0 • Published 10 years ago
eslint-config-thepatrick v1.0.0
eslint-config-opentok
This package provides thepatrick's .eslintrc as an extensible shared config.
Usage
We export two ESLint configurations for your usage.
eslint-config-thepatrick
Lints ES6+. Requires eslint and babel-eslint.
npm install --save-dev eslint-config-thepatrick eslint babel-eslint- add
"extends": "thepatrick"to your .eslintrc
eslint-config-thepatrick/es5
Lints ES5 and below. Only requires eslint.
npm install --save-dev eslint-config-thepatrick eslint- add
"extends": "thepatrick"to your .eslintrc
npm install --save-dev eslint-config-thepatrick babel-eslint eslint- add
"extends": "opentok/es6"to your .eslintrc
Changelog
1.0.0
Welcome!
1.0.0
10 years ago