Releases: code-pushup/eslint-config
Releases · code-pushup/eslint-config
Release 0.8.0
- Include eslint-plugin-jest-formatting in jest and vitest configs (a2b06b2)
- Increase max-limes limit for Angular components (3d35f9b)
- Refactor docs script to use build-md (8ac8793)
Release 0.7.2
- Ignore
let
and export let
for .svelte files (different semantics) (04159b1)
- Disable anti-CommonJS rules for files with explicit .cjs extension (8a6c1dd)
- Ignore some rules for JSON files (5ef6233)
Release 0.7.1
- Move functional/immutable-data test override to typescript config (c5eba15)
Release 0.7.0
- Update all plugins using typescript-eslint (f1bfcfb)
Release 0.6.6
- Move functional rules requiring type-checking in latest version from default config to typescript (5965b07)
Release 0.6.5
- Re-generate docs (97d1000)
- Temporary turn off the rxjs/no-implicit-any-catch (cb66a2f)
Release 0.6.4
- Fix prefix of rule disabled for Angular pipes (3b29771)
Release 0.6.3
- Move Angular pipes exclusion (84212ed)
Release 0.6.2
- Regenerate docs (71bbd2e)
- Turn off tacit for angular pipes (7312abc)
- Remove consistent return rule in favor of TS config noImplicitReturn (d0e7814)
Release 0.6.1
- Update docs and node version (d036bd1)
- Allow Boolean for js templates (88ff4ea)
- Allow numbers in template expressions (730475a)
- Ignore magic numbers (from TS) for all test files (8d02cca)