Eslint Config Strict Versions Save

ESLint sharable config for strict linting

v13.0.0

7 years ago

<a name"13.0.0">

13.0.0 (2017-03-04)

Features

  • add rules from eslint 3.17.0 (3a8dd2ae)

Breaking Changes

Old code may cause errors with this new configuration

(3a8dd2ae)

v12.0.0

7 years ago

<a name"12.0.0">

12.0.0 (2017-02-04)

Features

  • add all currently unused rules (c4f6b1f0)

Breaking Changes

  • Old code may cause errors with this new configuration

    (c4f6b1f0)

v11.0.0

7 years ago

<a name"11.0.0">

11.0.0 (2017-01-31)

Features

  • add no-unsafe-negation rule (1706a7c1)

Breaking Changes

  • Code that violates no-unsafe-negation will now fail eslint.

    (1706a7c1)

v10.0.4

7 years ago

<a name"10.0.4">

10.0.4 (2017-01-31)

Bug Fixes

  • relax prefer-reflect entirely - deprecated (#31) (a9da63e3, closes #30)

v10.0.3

7 years ago

<a name"10.0.3">

10.0.3 (2016-11-15)

Bug Fixes

  • relax newline-after-var rule (b5ef205b)

v10.0.2

7 years ago

<a name"10.0.2">

10.0.2 (2016-11-01)

Bug Fixes

  • relax object-curly-newline entirely - too many false positives (e3753542)

v10.0.1

7 years ago

<a name"10.0.1">

10.0.1 (2016-11-01)

Bug Fixes

  • relax the minProperties of object-curly-newline rule (0b4abc36)

v10.0.0

7 years ago

<a name"10.0.0">

10.0.0 (2016-10-12)

Features

  • add rules from eslint 2.12-3.7 (ceb16f25)

Breaking Changes

  • If you use Node 0.12, it will no longer work with this lint configuration

    (5c34c7b1)

  • Old code may cause errors with this new configuration

    (ceb16f25)

v9.1.0

7 years ago

<a name"9.1.0">

9.1.0 (2016-06-22)

Features

  • add babel.js for eslint-plugin-babel (fce9b530)

v9.0.0

8 years ago

<a name"9.0.0">

9.0.0 (2016-06-01)

Features

  • add no-useless-rename rule (c7aca039)
  • add object-property-newline rule in disabled state (a25ffda1)
  • add no-useless-computed-key rule (74df3f31)
  • add no-unsafe-finally rule (45ddb89a)

Breaking Changes

  • Any code which uselessly renames imports or properties will fail lint

    (c7aca039)

  • Any code using control flow statements in a finally block will now fail lint

    (45ddb89a)