eslint-config-plazza
v1.1.0
Published
An opinionated eslint conf for Node, browsers, and frameworks
Maintainers
Readme
= eslint-config-plazza
This is an extensible config for ESlint with rules that we think help avoid errors and improve readability of the code.
Usage
Two configs are provided, one for the browser and one for Node.
Browser
npm i -DE eslint-config-plazza babel-eslint eslint- add
"extends": "plazza/browser"to your .eslintrc
Node
npm i -DE eslint-config-plazza babel-eslint eslint- add
"extends": "plazza/node"to your .eslintrc
Here's some doc to extend the config: (http://eslint.org/docs/user-guide/configuring#extending-configuration-files)
