Skip to content

Releases: RyanZim/eslint-config-problems

8.0.0

18 May 17:54
ca55c70
Compare
Choose a tag to compare

7.0.1

10 Oct 22:38
4297861
Compare
Choose a tag to compare

Remove unneeded files from packaged release

7.0.0

10 Oct 22:34
051eb61
Compare
Choose a tag to compare

6.0.0

16 Nov 20:49
Compare
Choose a tag to compare

5.0.0 — A New Era

25 Aug 20:03
Compare
Choose a tag to compare

This release upgrades to eslint v7, and makes signifiant changes to the config. The basic philosophy is still the same, but more rules have been added to catch more problems.

Additionally, eslint made the decision to deprecate rules that were specific to Node.js in eslint v7, so this release removes those rules. In the future, we may add a sub-config that would depend on https://github.com/mysticatea/eslint-plugin-node; please open an issue if you have interest in this.

  • BREAKING: Require eslint v7.3.0+
  • BREAKING: Change ruleset

4.0.0

30 Jan 01:57
Compare
Choose a tag to compare
  • BREAKING: Assume Node v10+ by default, and require use of features only supported there.
  • BREAKING: Remove node10 sub-config; just use the default config
  • BREAKING: Set ecmaVersion: 2020 to support all modern features (including BigInt in Node 10.8+) with no additional setup.

3.1.0

31 Dec 00:30
Compare
Choose a tag to compare

Allow ESLint v6 peerDependency

3.0.1

24 May 12:19
Compare
Choose a tag to compare

Fix broken node10 sub-config.

3.0.0

23 May 01:52
Compare
Choose a tag to compare
  • BREAKING: Assume Node v8+ by default, and require use of features only supported there.
  • BREAKING: Since all rules from the node8 sub-config are now in the default config, node8 sub-config is removed.
  • BREAKING: Set ecmaVersion: 2019 in node10 sub-config (previously set ecmaVersion: 2018).
  • Add note to docs about usage with ES Modules.

2.0.0

05 Dec 00:57
Compare
Choose a tag to compare

No changes to the default config; only changes to sub-configs.

  • BREAKING: Set ecmaVersion: 2017 in parserOptions for problems/node8 sub-config (#2)
  • Add problems/node10 sub-config; includes all rules from problems/node8, plus: