1.3.2 • Published 6 years ago

eslint-config-sidvind v1.3.2

Weekly downloads
1,134
License
ISC
Repository
github
Last release
6 years ago

eslint-config-sidvind

Sidvind ESLint shareable config.

Install

npm install --save-dev eslint-config-sidvind

Usage

In your .eslintrc file:

{
  "extends": [
    "sidvind/es2017"
  ],
}

Available configs

  • sidvind for ES5 files.
  • sidvind/es2015 for ES2015 (ES6) support.
  • sidvind/es2016 for ES2016 (ES7) support.
  • sidvind/es2017 for ES2017 (ES8) support.

Complementary configs

Used in addition to the primary config.

  • angular for AngularJS 1.x (requires eslint-plugin-angular)
  • jest for Jest (requires eslint-plugin-jest)
1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago