@octetstream/eslint-config
Advanced tools
Changelog
8.2.5
e229d5e
Thanks @octet-stream! - Fix for import/no-extraneous-dependencies rule for qwik configsChangelog
8.1.0
c7d94b1
Thanks @octet-stream! - Fixes for typescript
and typescript/react
rulesChangelog
8.0.2
9677ef4
Thanks @octet-stream! - Disable no-param-reassign, class-methods-use-this and no-void rulesChangelog
8.0.1
bd08b57
Thanks @octet-stream! - Move build
script call from postinstall
to prepare
, because it breaks package's installationChangelog
8.0.0
#10 752f746
Thanks @octet-stream! - Rewrite configs with TypeScript
#10 f939944
Thanks @octet-stream! - Separate AVA rules and plugin form main configs. You'll need to add it to your ESLint config manually:
{
extends: [
"@octetstream/eslint-config/esm",
+ "@octetstream/eslint-config/ava"
]
}