This package has been deprecated

Author message:

We've moved to eslint-config-airbnb and eslint-config-prettier

eslint-config-d-centralize

0.4.1 • Public • Published

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'

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-d-centralize

Weekly Downloads

1

Version

0.4.1

License

MIT

Last publish

Collaborators

  • remcohaszing