1.1.1 • Published 8 years ago

eslint-config-nashdot v1.1.1

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

eslint-config-nashdot

This package provides Nashdot's .eslintrc as an extensible shared config.

Usage

We export three ESLint configurations for your usage.

eslint-config-nashdot

Our default export contains all of our ESLint rules, including EcmaScript 6+ and React. It requires eslint and eslint-plugin-react.

  1. npm install --save-dev eslint-config-nashdot eslint-plugin-react eslint
  2. add "extends": "nashdot" to your .eslintrc

eslint-config-nashdot/base

Lints ES6+ but does not lint React. Requires eslint.

  1. npm install --save-dev eslint-config-nashdot eslint
  2. add "extends": "nashdot/base" to your .eslintrc

eslint-config-nashdot/legacy

Lints ES5 and below. Only requires eslint.

  1. npm install --save-dev eslint-config-nashdot eslint
  2. add "extends": "nashdot/legacy" to your .eslintrc
1.1.1

8 years ago

1.1.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago