All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.6.5 (2022-04-30)
1.6.4 (2022-04-01)
1.6.3 (2022-02-16)
1.6.2 (2022-02-14)
- ts: disable
no-underscore-dangle
since _ is a required prefix for private members (b4ed1ce)
1.6.1 (2022-02-04)
- replace
scitizen
with knodes in descriptions, imports, tests, & add in import rules (ff08200)
1.6.0 (2022-02-04)
- plugin/typescript-eslint: require leading underscore for private methods/properties (afe1de2)
- plugins/jsdoc: add custom tags
category
,typeparam
(TS) &usage
(JS | TS) (b69df19)
1.5.1 (2021-09-10)
- plugin/import: match # & ~ without suffix/path (53c4171)
1.5.0 (2021-09-02)
- config/ts: add tests directory as using
ts-test
fragment (0856746) - plugin/import: disable import/named because of bug import-js/eslint-plugin-import#2187 (40f2faa)
1.4.7 (2021-08-21)
1.4.6 (2021-08-21)
1.4.5 (2021-08-17)
1.4.4 (2021-07-30)
- angular: use multiple paths for unit tests (ac16e87)
- js: allow dev dependencies in configs (10d2b74)
- jsdoc: properly support overloads, disable rule for tests (a4308b9)
- typescript: ignore unused rest in destructuring (80673b1)
1.4.3 (2021-06-14)
- jsdoc: disable check of getter/setter/ctor, disable param type for TS (62b1c6d)
1.4.2 (2021-06-14)
- jsdoc: restore require of jsdoc on methods (12af90c)
1.4.1 (2021-06-08)
- fix export of fragments, update dependencies (a822a96)
1.4.0 (2021-05-16)
1.3.1 (2021-05-10)
1.3.0 (2021-05-09)
- angular: add libs configs (6969ae7)
- angular: customize default rules (63e544a)
- comments: add eslint-plugin-comments (56f8a3f)
- eslint: allow time and timeEnd on console (bdf0034)
- add testing overrides (b27d97d)
1.2.0 (2021-05-01)
- angular: apply light js lint rules on test index (a391628)
- angular: update to latest plugins, use more strict rules (7f3a7ba)
- js: apply sort export rules on every js & ts files, not only under src (3421bb8)
1.1.1 (2021-01-08)
1.1.0 (2021-01-08)
- add rule to sort exports of barrel files (index.{j,t}s{,x}) (a112e23)
1.0.4 (2021-01-07)
- ts: apply test config on test-utils & mocks dir & light js config on root files (06ea968)
1.0.3 (2021-01-07)
- angular: use js-config fragment for ./.js & ./e2e/.js (5016bad)
1.0.2 (2021-01-06)
1.0.1 (2021-01-05)
- angular: add missing angular-eslint plugin, root js env is node (af4393b)
- angular: complete tests rules (b04f561)
- nest: include e2e tests in tests config, fix test preset name (bb3e431)
- add basic configs (6a24e51)