Releases: nivalis-studio/eslint-config
Releases · nivalis-studio/eslint-config
v4.1.2
v4.1.1
No significant changes
View changes on GitHub
v4.1.0
Update dependencies
View changes on GitHub
v4.0.0
v3.5.0
🚨 Breaking Changes
- Migrate from eslint-plugin-react to eslint react - by @hyoban in https://github.com/nivalis-studio/eslint-config/issues/453 (86a74)
🚀 Features
- Add
eslint-plugin-command
- by @antfu (20ea2) - Update deps - by @antfu (1a25b)
- Update stylistic and ts-eslint - by @antfu (25c11)
- Add regexp plugin and enable by default - by @antfu (1e189)
- Support xml - by @zanfee and @antfu in https://github.com/nivalis-studio/eslint-config/issues/472 (19b4e)
- Update plugins - by @antfu (5071f)
- Update plugins - by @antfu (56cde)
- Use
antfu/curly
to replacecurly
- by @antfu (42a90) - Add jsx support in react without config. - by @tinywaves in https://github.com/nivalis-studio/eslint-config/issues/481 (87af9)
- Update astro plugin to v1.0 - by @tinchoz49 and @antfu in https://github.com/nivalis-studio/eslint-config/issues/492 (49a9d)
- Add 'contributors' to sort - by @christopher-buss in https://github.com/nivalis-studio/eslint-config/issues/500 and https://github.com/nivalis-studio/eslint-config/issues/501 (6cde4)
- Add nvim support for
isInEditor
- by @ryoppippi in https://github.com/nivalis-studio/eslint-config/issues/507 (8f992) - Use ts-eslint beta - by @antfu in https://github.com/nivalis-studio/eslint-config/issues/520 (c29ac)
- Add name to ignore config - by @antfu (48bcd)
- Add
isolatedDeclarations
into the order array - by @LoTwT in https://github.com/nivalis-studio/eslint-config/issues/537 (80597) - Introduce
type
options, enablets/explicit-function-return-type
forlib
- by @antfu (3dd7b) - Upgrade
@types/eslint
- by @antfu (1bf41) - Upgrade
@typescript-eslint
to v8 stable - by @antfu (572b0) - Update id-length - by @pnodet (d6894)
- Bump eslint-plugin-x - by @pnodet (6e50c)
- cli:
- Add validation for CSS-related files - by @pudon in https://github.com/nivalis-studio/eslint-config/issues/478 (6ada3)
- typescript:
- Add strict-boolean-expressions rule - by @ryoppippi in https://github.com/nivalis-studio/eslint-config/issues/490 (c0426)
- Add 'ts/return-await' rule - by @ryoppippi in https://github.com/nivalis-studio/eslint-config/issues/509 (498cb)
- Add
ts/switch-exhaustiveness-check
rule - by @ryoppippi in https://github.com/nivalis-studio/eslint-config/issues/508 (33c63) - Add 'ts/promise-function-async' to type aware rule - by @ryoppippi in https://github.com/nivalis-studio/eslint-config/issues/511 (e7cd2)
🐞 Bug Fixes
- Lock ts-eslint to 7.7 for now - by @antfu (844ff)
- TsconfigPath undefined - by @tinchoz49 in https://github.com/nivalis-studio/eslint-config/issues/491 (8c473)
- Only enable ts rules for ts files, fix antfu#498 - by @antfu in https://github.com/nivalis-studio/eslint-config/issues/498 (87142)
- Include
.d.mts
and.d.cts
- by @antfu (0582c) - Disbale type-aware in astro, handle formatter overrides with stylistic - by @tinchoz49 and @antfu in https://github.com/nivalis-studio/eslint-config/issues/493 (e3230)
- Include
.jsx
files when the options set to true - by @antfu (96aff) - Option glob pattern for .d.mts - by @antfu (a2ca9)
- Peer dependency version of svelte-eslint-parser - by @thenbe in https://github.com/nivalis-studio/eslint-config/issues/504 (435e1)
- Ignore vite timestamp file - by @CofCat456 in https://github.com/nivalis-studio/eslint-config/issues/515 (8f36c)
- Relax
ts/no-empty-object-type
rule - by @antfu (692e7) - Disable
ts/no-unused-expressions
in markdown - by @antfu (64894) - Avoid using
name
inignores
- by @antfu (d7b06) - Add
.svelte-kit
to ignored paths - by @lachlancollins in https://github.com/nivalis-studio/eslint-config/issues/542 (94fd0) - TsconifgPath configuration - by @vaiil in https://github.com/nivalis-studio/eslint-config/issues/541 (e1a9d)
- Enable
eslint-config-flat-gitignore
even if.gitignore
is not in cwd - by @lachlancollins in https://github.com/nivalis-studio/eslint-config/issues/547 (c118b) - Use a fork of
eslint-plugin-unused-imports
- by @antfu (79442) - Remove deprecated 'ts/prefer-ts-expect-error' rule - by @andylou0102 and AndyLuo in https://github.com/nivalis-studio/eslint-config/issues/549 (22517)
- Delete
svelte/valid-compile
rule from eslint-plugin-svelte - by @ryoppippi in https://github.com/nivalis-studio/eslint-config/issues/552 (6e6cd) - Use
fixable: true
- by @hyoban in https://github.com/nivalis-studio/eslint-config/issues/554 (9d53b) - Default prettier
printWidth: 120
not work as expected - by @HADB in https://github.com/nivalis-studio/eslint-config/issues/573 (8942c) - Migrate to new vitest plugin, close antfu#576 - by @antfu in https://github.com/nivalis-studio/eslint-config/issues/576 (5e465)
- Migrate plugin eslint-comments - by @ntnyq in https://github.com/nivalis-studio/eslint-config/issues/577 (015e2)
- react:
- Improve option for react-refresh, aware Remix and Next.js - by @antfu and @hyoban in https://github.com/nivalis-studio/eslint-config/issues/461 (24d4f)
- typescript:
- Allow description for
ts-expect-error
in `ban-ts-c… - by @kevinmarrec and @antfu in https://github.com/nivalis-studio/eslint-config/issues/517 (bf7a5) - Remove string[] from tsconfigPath as not supported in v8 - by @RayGuo-ergou in https://github.com/nivalis-studio/eslint-config/issues/545 (8c9e3)
- Allow description for