/eslint-config-dustinspecker

ESLint shareable config of Dustin Specker's preferences

Primary LanguageJavaScriptMIT LicenseMIT

eslint-config-dustinspecker

NPM version Coverage Status

Code Climate

PRs Welcome

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"
}

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

LICENSE

MIT © Dustin Specker