Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: devoxa/eslint-config

v4.0.2

17 Dec 08:07
bd04a1b

Choose a tag to compare

  • Update dependencies
  • Include mocks, fixtures and helpers in test files group
  • Allow unbound methods in tests (valid for jest mock assertions)
  • Fix classic/legacy JSX transform being valid
  • Fix some function types for React component functions being valid

v4.0.1

05 Dec 20:42
aff446b

Choose a tag to compare

  • Fix string[] type being valid, and enforce usage of Array<string>

v4.0.0

01 Dec 21:35
c951b63

Choose a tag to compare

  • [Breaking] Bump peer dependencies to [email protected]+
  • [Breaking] Update rules (both recommended by eslint & internal)
  • [Breaking] Update configuration method

v3.0.11

12 Jul 19:36
d989db4

Choose a tag to compare

  • Update dependencies

v3.0.10

07 May 05:50
40a1216

Choose a tag to compare

  • Update dependencies
  • Set warnOnUnsupportedTypeScriptVersion to false to keep the CLI clean

v3.0.9

15 Feb 23:07
3040090

Choose a tag to compare

  • Remove plugin:react/jsx-runtime (#350)

v3.0.8

10 Feb 06:46
9ed3bd5

Choose a tag to compare

  • capitalize-comments
    • Lower the severity from error to warn. The errors get quite annoying when commenting out code during development and make it hard to see when there are type errors in the files.
    • Allow c8 ignore comments

v3.0.7

15 Jan 12:19
d1132a2

Choose a tag to compare

  • Ignore prettier-ignore comments

v3.0.5

14 Jan 18:52
345726a

Choose a tag to compare

  • Make sure comments are starting with an uppercase letter

v3.0.4

12 Jan 16:43
ac65105

Choose a tag to compare

  • Add plugin:react/jsx-runtime