13.0.0 (2024-11-20)
- require ESLint >=9.15.0
- update and review import plugin rules
12.0.1 (2024-10-07)
- disable unicorn/prefer-global-this (8f39065)
12.0.0 (2024-10-05)
- update eslint-plugin-unicorn
- go back to eslint-plugin-import (4d90e2b)
11.1.2 (2024-10-01)
- update jsdoc plugin (01efe83)
11.1.1 (2024-08-13)
11.1.0 (2024-08-07)
- udpate dependencies (e1fa5af)
11.0.4 (2024-07-20)
11.0.3 (2024-07-02)
- remove problematic import/named rule (ea2f73b)
11.0.2 (2024-07-02)
- remove problematic import/export rule (69bd9e3)
11.0.1 (2024-07-02)
- import plugin with flat config (0b9d723)
11.0.0 (2024-07-02)
- migrate to ESLint flat config
- migrate to ESLint flat config (1e6be26)
10.0.0 (2024-06-29)
- update plugins and add rules
- update plugins and add rules (5b449b5)
9.2.0 (2024-02-09)
9.1.1 (2023-12-06)
- disable no-undefined (301257d)
9.1.0 (2023-12-05)
9.0.2 (2023-07-19)
- remove no-duplicate-imports rule (aefba7d)
9.0.1 (2023-07-18)
- disable unicorn/no-empty-file rule (7322363)
9.0.0 (2023-07-18)
- update plugins
- update plugins (5cb5022)
8.3.1 (2023-06-07)
- disable unicorn/expiring-todo-comments (daac601)
8.3.0 (2023-05-26)
- update jsdoc and unicorn plugins (408dc04)
8.2.0 (2023-03-10)
- update plugins (28e372b)
8.1.3 (2022-11-07)
- include TypeScript overrides in base config (10dda9a)
8.1.2 (2022-11-07)
- remove import/no-extraneous-dependencies rule (d17034a)
8.1.1 (2022-11-07)
- remove import/no-unresolved rule (fedc7cc)
8.1.0 (2022-10-31)
8.0.2 (2022-07-04)
- disable import/no-named-as-default rule (1b840f1)
8.0.1 (2022-06-02)
- disable no-undefined rule (8abb2fe)
8.0.0 (2022-06-02)
- update config with latest dependencies and rules
- update config with latest dependencies and rules (87d5ad5)
7.3.0 (2022-03-08)
- split config into two base and jest configs (78903f2)
7.2.2 (2022-01-24)
- update eslint-plugin-jest to v26 (d75a921)
7.2.1 (2021-11-05)
- jsdoc: disable require-description-complete-sentence rule (5db979d)
7.2.0 (2021-11-04)
- jsdoc: allow up to two blank lines between jsdoc and function and do not check internal functions (f1d2f1c)
- verify that functions always have a blank line before and after them (d051ae0)
7.1.2 (2021-10-23)
- update eslint-plugin-jsdoc (5a84920)
7.1.1 (2021-10-15)
- use temporary hack to install jsdoc plugin (65a71da)
7.1.0 (2021-10-15)
- add jsdoc config (475552e)
7.0.0 (2021-10-15)
- default sourceType to module and support .mjs and .cjs extensions
- update to ESLint v8
- allow empty functions in tests (a53b330)
- default sourceType to module and support .mjs and .cjs extensions (f357169)
- support ecmaVersion 2022 (f22dff0)
- update to ESLint v8 (716eaab)
6.0.1 (2021-10-12)
- add node env to config files (d21b0f9)
6.0.0 (2021-10-12)
- By default, only globals shared between Node.js and browsers are enabled (except in Jest tests). To support Node.js globals everywhere as before, add
env: { node: true }
to your config.
- only support globals shared between node and browsers by default (79581cd)
5.6.0 (2021-10-11)
- update eslint-plugin-jest (35edc31)
5.5.0 (2021-09-08)
- add support for all ES2021 globals (805bd82)
5.4.0 (2021-09-07)
- update dependencies to have BigInt64Array (0cb305a)
5.3.0 (2021-08-31)
- enable func-names rule (3b90379)
5.2.4 (2021-05-10)
- remove Prettier (d50484f)
5.2.3 (2021-02-23)
5.2.2 (2020-10-07)
- disable jest/expect-expect rule (b7b2242)
5.2.1 (2020-10-05)
- disable no-void rule (090f79a)
5.2.0 (2020-09-22)
- add default-case-last rule (ff93b88)
- add default-param-last rule (2652bbe)
- add grouped-accessor-pairs rule (b7d1596)
- add no-constructor-return rule (warn) (0d202f6)
- add no-dupe-else-if rule (57c33f2)
- add no-unreachable-loop rule (a578da4)
- add no-useless-backreference rule (7bf84ed)
- add prefer-regex-literals rule (3219fe9)
- enable no-loss-of-precision rule (15b1e49)
- enable no-promise-executor-return rule (c9e67b9)
- enable no-setter-return rule (5705be0)
- support ecmaVersion 2021 (56277ad)
5.1.3 (2020-09-08)
- use endOfLine: auto in Prettier config (8a1d512)
5.1.2 (2020-09-04)
5.1.1 (2020-08-17)
- disable import/no-cycle rule (f132ef7)
5.1.0 (2020-08-17)
- disable no-shadow rule (2eb4aa8)
- enable reportUnusedDisableDirectives (4eceed7)
5.0.0 (2020-07-28)
4.1.0 (2020-07-16)
- enable es2020 and move unassigned-import config from react (51a641f)
4.0.0 (2020-05-25)
3.0.0 (2020-03-27)
- force imports to be alphabetized (38a6ab1)
- imports must now be alphabetized in each group
2.0.5 (2020-03-27)
2.0.4 (2019-11-04)
- update jest plugin to latest version (3a4193e)
2.0.3 (2019-07-26)
- disable bogus require-atomic-updates rule (9bfb504)
2.0.2 (2019-07-24)
2.0.1 (2019-07-24)
- add Prettier config (c46e48a)
2.0.0 (2019-07-24)
1.20.1 (2019-03-26)
- forward support for Jest files in TypeScript (2e54e01)
1.20.0 (2018-12-23)
- add no-useless-catch rule (53e85fb)
1.19.1 (2018-12-11)
- disable require-unicode-regexp (e0a5016)
1.19.0 (2018-12-11)
- add rules introduced in ESLint 5.3.0 (d8075a9)
- update import rules (ec15d0e)
- update jest rules (b224941)
1.18.0 (2018-06-26)
- upgrade to ESLint 5 and switch ecmaVersion to 2018 (54afe77)
1.17.4 (2018-05-15)
- add node-report to allow unassigned imports (4f5628f)
1.17.3 (2018-04-13)
- do not warn unassigned import for make-promises-safe (55f5f56)
1.17.2 (2018-03-07)
- disable require-await (0797901)
1.17.1 (2018-03-02)
- disable callback-return rule (02de66f)
1.17.0 (2018-02-22)
- add more stylistic rules (4049614)
1.16.1 (2018-02-22)
- disable no-undefined (40d0215)
1.16.0 (2018-02-22)
1.15.1 (2018-01-30)
- disable inexistent rule (c4fb9eb)
1.15.0 (2018-01-30)
- add import plugin and rules (50984a1)
1.14.1 (2018-01-23)
1.14.0 (2018-01-18)
1.13.0 (2018-01-17)
- jest: add valid-expect-in-promise (bbd71a4)
1.12.0 (2018-01-10)
- support jest test directories (32f7400)
1.11.0 (2018-01-09)
- set ES6 rules (b8f8bbe)
1.10.0 (2018-01-09)
1.9.1 (2017-12-06)
- wrap iife inside (4dab480)
1.9.0 (2017-12-06)
1.8.0 (2017-05-11)
- add new rules (34bddc6)
1.7.0 (2017-03-10)
- allow ES2017 (24f8ddd)
1.6.0 (2016-12-08)
- add a few more rules (a120175)
1.5.4 (2016-12-08)
1.5.3 (2016-11-14)
1.5.2 (2016-10-17)
- add function to jsdoc consistency (7f6a65f)
1.5.1 (2016-10-17)
- no-prototype-builtins (8438472)
1.5.0 (2016-10-17)
- add some best practices (558b339)
1.4.0 (2016-10-14)
- add some new rules (cf4db0b)
1.3.2 (2016-10-12)
1.3.1 (2016-10-11)
- array-bracket-spacing should be never (655441e)
1.3.0 (2016-10-11)
- add many rules (b579693)
1.2.1 (2016-09-14)
1.2.0 (2016-09-05)
- add strict rule (525a9cf)
1.1.2 (2016-07-26)
- use peer dependencies (a9667cd)
1.1.1 (2016-07-26)
- put allow-null in correct rule (01a5b8a)
1.1.0 (2016-07-26)
- first release (8d2936b)