Skip to content

Releases: scratchfoundation/eslint-config-scratch

v9.0.3

01 Jul 12:34
Compare
Choose a tag to compare

9.0.3 (2023-07-01)

Bug Fixes

  • deps: update dependency scratch-semantic-release-config to v1.0.8 (0edb9d4)

v9.0.2

27 Mar 08:46
Compare
Choose a tag to compare

9.0.2 (2023-03-27)

Bug Fixes

  • deps: update dependency scratch-semantic-release-config to v1.0.7 (ac7f20c)

v9.0.1

23 Mar 00:54
Compare
Choose a tag to compare

9.0.1 (2023-03-23)

Bug Fixes

  • deps: update dependency scratch-semantic-release-config to v1.0.6 (82b06e0)

v9.0.0

13 Oct 21:39
Compare
Choose a tag to compare

9.0.0 (2022-10-13)

Bug Fixes

  • deps: fix eslint-plugin-react dep conflict (cacb72c)

BREAKING CHANGES

  • deps: now requires eslint@^8

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)