Releases: kitschpatrol/shared-config
Releases · kitschpatrol/shared-config
Release list
v8.2.0
- 5aead33 Release: 8.2.0
- f33b23f Update dependencies. Some eslint rule tweaks and deprecations.
- 15f7ebe Fix regression that broke eslint config types and intellisense.
- ea3d7ba Feature: Provide VS Code tasks to lint / fix via
kscand report to "Problems" tab. - c33895a Feature: Extend --format flag to
ksc fixcommand. - 1d0201d Feature: --format flag on the
ksc lintcommand with json and machine output options. - d866529 Add semantic Perfectionist config sort rules for Itson config files. Remove redundant sorting rules.
- 355bf39 Drop exactOptionalPropertyTypes in typescript-config for now. Add commented out flag to init tsconfig.json.
- cb90e4c Fix: Svelte detection, Astro detection. Run typescript-config through their proxies if available.
- b17fda0 Add more eslint capitalized-comments rule exceptions.
v8.1.0
- 0cc8b4f Release: 8.1.0
- 4a3bc57 Fix unstable prettier output in eslint-config update-rules script.
- acac9cb Fix SKILL.md to reflect recent changes.
- 2c60bf8 Update dependencies. Lint fixes.
- 6a9cfbf Feature: Stricter tsconfig.
- 186af87 Fix inaccurate comment related to allowUnreachableCode.
- 4a3cc10 Workflow pin updates.
- 03866a1 Disable
unicorn/max-nested-callsrule in eslint-config.
v8.0.0
- f4ce98a Release: 8.0.0
- 0389370 Feature: Add cspell fix command: remove unused words, sort words array.
- a646c0b Fix: Disable document-level HTML rules in Markdown code blocks.
- 81f4daa Fix: Don't ignore arbitrary bin folders. Always build artifacts to dist instead.
- 4934c3e Feature: Add yuschick/stylelint-plugin-defensive-css to stylelint-config.
- 4e9353a Breaking: Migrate to ESLint 10.
- b829a12 Breaking: Require Node 24+.
- a51e2b9 Breaking: Require TypeScript 6. Major @eslint-react/plugin update.
- 4ba9929 Minor updates.