0.4.1 • Published 7 years ago

eslint-config-d-centralize v0.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-d-centralize

Shareable ESLint configuration used at d-centralize.

npm Build Status devDependency Status peerDependency Status

This is a very opinionated shareable ESLint configuration. The goal of this project is to enforce a strict coding style at d-centralize projects.

Installation

npm install --save-dev eslint eslint-config-d-centralize

Usage

To use this preset, simply extend it in the project .eslintrc file. See Configuring ESLint for details. Any rules can still be overridden.

ES6 preset

root: true

extends: d-centralize/es6

ES5 preset

root: true

extends: d-centralize

React preset

This preset uses eslint-plugin-react

npm install --save-dev eslint-plugin-react
root: true

extends: d-centralize/react

settings:
  react:
    version: '15.0'
0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago