eslint-config-dustinspecker

5.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-dustinspecker

Weekly Downloads

126

Version

5.0.0

License

MIT

Unpacked Size

28.4 kB

Total Files

16

Last publish

Collaborators

  • dustinspecker