eslint-config-xop
v1.2.0
Published
shareable ESLint config
Downloads
6
Maintainers
Readme
ESLint config XOP
Shareable ESLint config
Compatible with 2.0.0
About
Current config extends recommended settings,
lints ES5 and below and does not require any dependencies.
Installation
npm install --save-dev eslint-config-xop
Usage
.eslintrc
{
"extends": "xop"
}