Skip to content

Releases: jacksonrayhamilton/eslint-config-will-robinson

v3.1.1

13 Feb 05:39
86d548a
Compare
Choose a tag to compare
  • In JSX, look for defined variables in the global scope, too

v3.1.0

11 Sep 18:06
81d79b9
Compare
Choose a tag to compare
  • Remove require-atomic-updates since it seems to be prone to false positives

v3.0.1

11 Sep 17:12
d700ac4
Compare
Choose a tag to compare
  • Fix inconsistency where ES2020 was not expected in Node.js

v3.0.0

11 Sep 17:11
c46a3cc
Compare
Choose a tag to compare
  • Support/require ESLint 7 (upgraded from ESLint 5)
  • Expect ES2020 (upgraded from ES2018) when using will-robinson/esm and similar configs
  • Enable new rules: no-dupe-else-if, no-loss-of-precision, no-import-assign
  • Enable new rule option for no-unsafe-negation: enforceForOrderingRelations

v2.2.0

03 Dec 20:27
7482344
Compare
Choose a tag to compare
  • Add rules for React Hooks

v2.1.0

13 Feb 22:22
974103e
Compare
Choose a tag to compare
  • Add support for linting JSX+React

v2.0.0

24 Jan 04:13
0aa1c2d
Compare
Choose a tag to compare
  • Change errors to warnings
  • Enable rules no-async-promise-executor, no-misleading-character-class, and require-atomic-updates
  • Enable ES2018 parsing in ESM and Node environments
  • Require the minimum ESLint version to be 5.3

v1.1.2

24 Jan 04:12
72b58bb
Compare
Choose a tag to compare
  • Remove semi rule.

v1.1.1

24 Jan 04:11
78cfedc
Compare
Choose a tag to compare
  • Remove max-statements-per-line rule.

v1.1.0

29 Nov 05:53
3df6e08
Compare
Choose a tag to compare
  • Reduce ESLint minimum version to 4.0.0.
  • Add "esm", "browser", and "browser-esm" environments.