6.0.1 (2023-08-13)
- add missing file to package (d4030ac)
6.0.0 (2023-08-09)
- improve esm rules (#270)
5.4.0 (2023-07-24)
5.3.0 (2023-07-19)
5.2.0 (2023-07-18)
5.0.0 (2023-07-13)
v5 is yet a step towards making our code more readable and maintainable!
With v5 we are introducing typed checked lining and stylistics config, as typescript-eslint recommends. To further make it easier for contributors and consumers of this eslint config, the separate topics are split into:
- @bjerk/eslint-config/base – base configuration, i.e. javascript rules
- @bjerk/eslint-config/import – import-related rules
- @bjerk/eslint-config/typescript – typescript-related rules
You can import only the ones you want if that is your style.
To make v5 work, you have to add parserOptions
:
{
"extends": "@bjerk/eslint-config",
"parserOptions": {
"project": true
}
}
- remove unused dependencies (daec2b3)
- use typed checked linting and stylistic config (#247) (b461fd6)
4.2.0 (2023-07-06)
4.0.0 (2023-04-15)
- Error when using explicit
any
(#214)
3.1.0 (2023-03-05)
3.0.1 (2022-11-18)
- release (8091a3b)
3.0.0 (2022-11-18)
- Remove jest eslint rules (#117)
2.2.2 (2022-09-10)
- add peerDevDependencies (537f9fe)
2.2.1 (2022-09-10)
- default export issue (d9e9c48)
2.2.0 (2022-09-10)
- add deps and installation guide (4563398)
2.1.0 (2022-07-14)
2.0.1 (2022-03-12)
- build issues (ffaafc9)
2.0.0 (2022-03-12)
- Drop support for node@v14
- Drop support for node@v14 (4e75d6e)
- First commit (4a7580c)