All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.0.1 (2023-06-09)
- deps: bump peerDependencies between packages to v3 (41c0919)
3.0.0 (2023-06-08)
2.0.2 (2022-11-04)
- add sass import handling (dd7c0c8)
2.0.1 (2022-09-15)
2.0.0 (2022-06-01)
1.5.2 (2022-04-19)
- allow to use config without babel config (cc7215b)
1.5.1 (2021-05-18)
1.5.0 (2021-05-18)
- lib: disallow unsafe methods (971f7d6)
- react-native: add new react rules (e650158)
- react: add new react rules (b4e82a5)
1.4.2 (2020-11-26)
- config-react-native: adapt import/order rule for react-native (b001f9c)
- config-react: adapt import/order rule for react projects (bc47ea1)
- config: normalize import/order rule (c597d5c)
1.4.1 (2020-11-26)
- config: fix wrong path groups in import/order (ad730a3)
1.4.0 (2020-11-25)
- config: don't skip blank lines with no-trailing-spaces (6f10dbe)
- config: enable import/newline-after-import (bc09469)
- config: enable import/order (8e123d4)
- config: enable padding-line-between-statements (090e3e3)
- config: enforce custom no-unneeded-ternary (99e954b)
- plugin: extend no-unneeded-ternary for expression statements (ce64c32)
1.3.6 (2020-11-02)
1.3.5 (2020-11-02)
- config: temporarily disable template-curly (bfd4307)
1.3.4 (2020-11-02)
- config-react: fix remaining reference to eslint-plugin-babel (69ecd3c)
1.3.3 (2020-11-02)
- config: replace old eslint-plugin-babel with new @babel/eslint-plugin (2fe9311)
1.3.2 (2020-10-30)
- remove remaining references to babel-eslint (2549419)
1.3.1 (2020-10-29)
- config: disable default-param-last rule (e5da576)
- plugin: fix missing @babel/eslint-parser compatibility (62074fa)
1.3.0 (2020-10-29)
- get rid of eslint-plugin-standard (e574c85)
- config: replace babel-eslint with @babel/eslint-parser (2b4b6c4)
- config: update peerdeps requirements (3fed5b2)
- plugin: force require eslint 7 (38e7f79)
1.2.5 (2020-10-26)
- config: fix config standard v15 offsetTernaryExpressions option (b98fa3d)
1.2.4 (2020-10-26)
- config: disable errors for multiline ternary expressions (20efb00)
- deps: update peer deps (1f77344)
- plugin: allow multiline wrapping parens for conditional & arrow expressions (afed7c0)
1.2.3 (2020-07-13)
- plugin: handle new spread & double unary awaits for no-extra-parens (a42d794)
1.2.2 (2020-06-15)
- config: fix missing enforceForSequenceExpressions option (34d518e)
- plugin: handle spread over wrapped await (b069546)
1.2.1 (2020-06-15)
- plugin: avoid only checking variable declarators (631a6e6)
1.2.0 (2020-06-15)
- plugin: allow extra parenthesis inside while condition (988102f)
- plugin: downgrade extra parenthesis to warning by default (72961e8)
- add new custom camelcase rule to fix default rule with OptionalMemberExpressions (d82498e)
1.1.5 (2020-06-15)
- config: avoid warnings for new expressions (bf65995)
1.1.4 (2020-06-12)
- config: avoid reporting arrow parens when there's only one arg (22f8d12)
- plugin: allow parens around spread with logical expressions (8ed4693)
1.1.3 (2020-06-12)
- config: fix false-positives for nested binary expressions (d126e4f)
1.1.2 (2020-06-12)
- config: re-allow jsx extra parentheses (ac136ae)
1.1.1 (2020-06-12)
- plugin: handle old eslint < 5 ExperimentalSpreadProperty ASTNode type (7479e13)
1.1.0 (2020-06-12)
- config: allow no-unused-expressions with ternary expressions (be5583d)
- config: replace default camelcase rule with babel fix (f2ed6e0)
- config: add new custom plugin to default shared config (5dafa5d)
- plugin: add new eslint plugin with custom rules (feba5cc)
1.0.3 (2020-06-11)
- config: remove too strict no-extra-parens rule (1ecd03d)
1.0.2 (2020-06-11)
- config-node: update peer dep (a4fa7c9)
- config-react-native: update peer dep (95b1441)
- config-react: update peer dep (2195c0f)
- config: disallow extraneous parenthesis (50fda4e)
- config: fix eol-last rule (d193cdc)
- config: update peer dep (2fe17b3)
- config: yell for unused args if not explicitely stated (69c889d)
1.0.1 (2020-06-04)
1.0.0 (2020-06-04)
- core: allow pretty useful empty catches (63604be)
- core: allow pretty useful short circuits (2eef349)
0.0.1-alpha.6 (2020-05-26)
- config: fix false positive using optional chaining (75878ce)
- react-native: force display-name as warning (8fcdef8)
- react: disable react specific rules (e3b28aa)
0.0.1-alpha.5 (2020-05-26)
- config: fix missing node plugin (8390056)
0.0.1-alpha.4 (2020-05-26)
- transform project into monorepo (f087b7b)
0.0.1-alpha.3 (2020-05-14)
- add react settings (55a34cd)
- disable no-callback-literal because of too many false positives (bf339ea)
0.0.1-alpha.2 (2020-05-14)
- fix wrong config names (a61c552)
- add config (d6f74c4)