1.2.0 • Published 8 years ago

eslint-config-xop v1.2.0

Weekly downloads
20
License
-
Repository
github
Last release
8 years ago

ESLint config XOP

npm version

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"
}

Useful links