Skip to content

Latest commit

 

History

History
114 lines (63 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

114 lines (63 loc) · 1.74 KB

17.0.0

  • Automatic formatting changed logic.

16.0.0

  • no-todos triggers on more cases
  • check-custom-hook-dependencies removed in favour of exhaustive-deps-async
  • Add many styling rules to opinionated
  • Upgrade typescript-eslint to 7

15.1.0

  • exhaustive-deps-async instead of check-custom-hook-dependencies

15.0.1

  • no-react-key-prefix: allow reading properties on i

15.0.0

  • Adds max-params to opinionated

14.0.0

  • no-old-globals

13.0.0

  • no-todos triggers on BUG, FIXME and XXX in addition to TODO

12.0.0

  • Adds promise plugin rules

11.0.0

  • no-imports-down also triggers on export from statements
  • no-imports-down has a ignoreRegexes option

10.0.0

  • Require eslint 8

9.0.1

  • check-custom-hook-dependencies removes some false positives

9.0.0

  • check-custom-hook-dependencies trigger on many more rules by default

8.0.0

  • Move react-hooks/exhaustive-deps to recommended from opinionated
  • Added check-custom-hook-dependencies rule

7.0.0

  • Added accessibility rules
  • Added max-lines rule
  • Added no-useless-backreference rule
  • Added no-nonoctal-decimal-escape rule

6.2.1

  • maintenance release

6.2.0

  • relax no-imports-up a little

6.1.0

  • relax no-interfaces to allow module augmentation

6.0.0

  • no-import-up and no-import-down rules
  • relax react/no-unescaped-entities to allow ' and "

5.1.0

  • Relax yoda and react-in-jsx-scope

5.0.0

  • Require eslint 7

4.0.0

  • Add no-import-cycle

3.0.0

  • Support custom project-specific rules;
  • Add no-interfaces
  • Relax no-unused-vars, TypeScript compiler already warns about that

2.0.2

  • Maintenance release

2.0.1

  • Relax no-undef, no-else-return, no-unused-expressions

2.0.0

  • Add more built-in eslint rules

1.1.0

  • Support Node 10