5.2.2 (2024-02-27)
5.2.2 (2024-02-27)
5.2.1 (2024-02-23)
- force build (a8b0958)
5.2.0 (2024-02-23)
- upgrade to Typescript 5 (6bee7ea)
5.1.0 (2023-02-16)
- require awaiting returned promises (629cbdd)
5.0.1 (2021-11-08)
- remove deprecated babel parser (07849c3)
5.0.0 (2021-09-28)
- requires a
tsconfig-lint.json
file at the project's root which includes all Typescript files being linted. May break the build because of new eslint errors. This can be worked around by disabling rules in.eslintrc.json
.
- add type-aware rules for Typescript code (3ce0cbf)
4.18.0 (2021-09-10)
- add specific react settings (379fd3f)
4.17.0 (2021-07-22)
- ignore order of imports for test files (3e8701c)
4.16.0 (2021-07-21)
- have our TS config extend prettier by default (84ac14f)
4.15.0 (2021-06-25)
- add consistent curly enforcement (060aaa2)
4.14.0 (2021-06-16)
- add typescript eslint configs (1905187)
- missing dependencies (96334f4)
4.13.0 (2021-05-21)
- add rules of hooks to linter (1caabf5)
4.12.1 (2021-05-05)
- fix react fragment rule config (67cb4f1)
4.12.0 (2021-03-30)
- prevent the usage of the fragment shorthand (18041f8)
4.11.4 (2021-01-29)
4.11.3 (2021-01-28)
4.11.2 (2020-12-22)
- invalid ecmascript bug (c5eb08d)
4.11.1 (2020-05-19)
4.11.0 (2020-05-19)
4.10.0 (2020-04-09)
- bump node ecmaVersion to support 10.x features (83d3626)
4.9.0 (2020-02-18)
- add no-var rule (3699832)
4.8.0 (2020-01-31)
- support test files in test and spec folders (82a3953)
4.7.0 (2020-01-25)
- ignore flow-typed/npm in flow config (25e8d88)
4.6.0 (2020-01-23)
- object-shorthand avoidExplicitReturnArrows (77a73c2)
4.5.0 (2020-01-23)
- add no-use-before-define rule to flow-typed definitions (5302dc4)
- assume all=true for flow/strict instead of requiring annotations (8066720)
- permit $-prefixed type names (ea32d4c)
4.4.0 (2020-01-18)
4.3.0 (2019-12-11)
- require newline at the end of files (ff12437)
4.2.0 (2019-12-09)
- add jest config file override (96c158f)
4.1.0 (2019-11-19)
- add jest environment for unlabeled support files (7a335e4)
4.0.0 (2019-11-19)
- Any repositories that use
mixmax/ava
will be unable to do so in this version. - Projects that use the
mixmax/node
config but don't usemixmax/prettier
may see new eslint errors.
- add jest environment to jest-like files (535c848)
- include prettier in default node config (1d9b3bc)
-
3.4.0 Use
treatUndefinedAsUnspecified
withconsistent-return
. -
3.3.0 Add
mixmax/prettier
to compose withmixmax/node
when adopting prettier. -
3.2.0 Add
consistent-return
rule. -
3.1.0 Add
mixmax/node/disable-require-atomic
-
2.1.0 Adds no-throw-literal rule
-
2.0.0 Upgrade eslint to Breaking remove
-
1.3.0 Add
parseInt
radix rule -
1.2.0 Deprecate browser globals, add
browser/legacy
for that purpose -
1.1.0 Add no-return-await rule
-
0.12.0 Add new rules
prefer-const
,object-shorthand
,space-before-function-paren
. -
0.11.0 Add Jest config
-
0.10.0 jsx-quotes prefer-single
-
0.9.0 no-mixed-operators ||,&&
-
0.8.1 Fix missing comma in browser/index.js
-
0.8.0 Add jsx paren rule
-
0.7.0 Enforce
arrow-parens
with error. -
0.6.0 Add
ava
config -
0.5.0 Globalize
analytics
inbrowser
configs. -
0.4.2 Make
babel-eslint
an optional dependency. -
0.4.1 Make
eslint-plugin-react
an optional dependency. -
0.4.0 Add
browser
andbrowser/spec
configs.