Skip to content

Releases: scratchfoundation/eslint-config-scratch

v8.0.0

31 May 18:37
e81023f
Compare
Choose a tag to compare

8.0.0 (2022-05-31)

chore

  • deps: use @babel/eslint-parser instead of babel-eslint (1635fbc)

Features

  • added no-prototype-builtins rule, set to error (4d62582)

BREAKING CHANGES

  • deps: peer dependency @babel/eslint-parser@^7.11.0 has
    replaced old peer dependency babel-eslint >= 8.0.1
  • no-prototype-builtins is currently violated in many of our repos

v7.0.0

19 Feb 20:47
547d50c
Compare
Choose a tag to compare

7.0.0 (2021-02-19)

Features

  • comments: disable warning for todo comments (afb8d0c)
  • react: allow deprecated react methods and update eslint dep (87096be)

BREAKING CHANGES

  • react: The change to the camelcase rule requires ESLint 5.7.0
    so that's now the minimum specified in peerDependencies.

v6.0.0

09 Apr 20:29
43db365
Compare
Choose a tag to compare

6.0.0 (2020-04-09)

Features

  • es6: enable several new ES6 rules and update eslint dep (37dc883)

BREAKING CHANGES

  • es6: Enable several rules related to ES6 features, mostly
    promises and async/await but a few other features as well.

One rule, 'require-atomic-updates', was introduced in ESLint 5.3.0 so
that's now the minimum specified in peerDependencies.

v5.1.0

11 Jul 15:26
dfd08c3
Compare
Choose a tag to compare

5.1.0 (2019-07-11)

Features

  • react/sort-prop-types: Remove React prop sort (3465205)

v5.0.0

05 Oct 14:04
Compare
Choose a tag to compare

<a name"5.0.0">

5.0.0 (2017-10-05)

Bug Fixes

  • react: Migrate jsx-space-before-closing to jsx-tag-spacing (1f918935)

Breaking Changes

  • must update babel-eslint peer dependency

(3e1d4b81)

v4.0.1

05 Oct 14:03
Compare
Choose a tag to compare

<a name"4.0.1">

4.0.1 (2017-10-05)

Bug Fixes

  • react: Migrate jsx-space-before-closing to jsx-tag-spacing (1f918935)

v4.0.0

15 Aug 14:05
Compare
Choose a tag to compare

<a name"4.0.0">

4.0.0 (2017-08-15)

Features

  • all: Move all warnings to errors (ed99a27b, closes #11)

Breaking Changes

  • eslint4.0 and other dep updates, and all rule changes. Fixes #11.

(ed99a27b)

v3.1.0

24 Nov 15:28
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2016-11-24)

Features

  • max-len: use ignoreUrls: true (a6d81174)

v3.0.0

08 Nov 23:03
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-11-08)

Features

  • jsdoc: add more checks to valid-jsdoc rule (76c8f713)

Breaking Changes

v2.0.3

25 Oct 22:30
Compare
Choose a tag to compare

<a name"2.0.3">

2.0.3 (2016-10-25)

Bug Fixes

  • dev: add missing dev dependencies (c36f1c10)