@bjerk/eslint-config
Advanced tools
Changelog
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:
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
}
}