Releases: devoxa/eslint-config
Releases · devoxa/eslint-config
v4.0.2
17 Dec 08:07
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix string[] type being valid, and enforce usage of Array<string>
v4.0.0
01 Dec 21:35
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
v3.0.10
07 May 05:50
Compare
Sorry, something went wrong.
No results found
Update dependencies
Set warnOnUnsupportedTypeScriptVersion to false to keep the CLI clean
v3.0.9
15 Feb 23:07
Compare
Sorry, something went wrong.
No results found
Remove plugin:react/jsx-runtime (#350 )
v3.0.8
10 Feb 06:46
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Ignore prettier-ignore comments
v3.0.5
14 Jan 18:52
Compare
Sorry, something went wrong.
No results found
Make sure comments are starting with an uppercase letter
v3.0.4
12 Jan 16:43
Compare
Sorry, something went wrong.
No results found
Add plugin:react/jsx-runtime