5.0.0 • Published 7 years ago

eslint-config-dustinspecker v5.0.0

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

eslint-config-dustinspecker

NPM version Build Status Coverage Status

Code Climate Dependencies DevDependencies

PRs Welcome Commitizen friendly semantic-release

ESLint shareable config of Dustin Specker's preferences

Install

npm install --save-dev eslint-config-dustinspecker

ES5 Usage

Dependes on eslint-plugin-no-use-extend-native and eslint-plugin-unicorn

In your .eslintrc file:

{
  "extends": "dustinspecker"
}

ES2015 (ES6) Usage

Dependes on eslint-plugin-no-use-extend-native and eslint-plugin-unicorn

{
  "extends": "dustinspecker/esnext"
}

AVA usage

Depends on eslint-plugin-ava

{
  "extends": "dustinspecker/ava"
}

React usage

Dependes on eslint-plugin-react

{
  "extends": "dustinspecker/react"
}

All options from ava.js, index.js, esnext.js, and react.js may be overridden in your .eslintrc file.

LICENSE

MIT © Dustin Specker

5.0.0

7 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.4.1

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago