Skip to content

Commit fae483a

Browse files
chore: upgrade to ESLint 10 and unify stylistic plugins (#490)
* chore: upgrade to ESLint 10 and unify stylistic plugins - eslint 9.16.0 → 10.1.0 - @eslint/js 9.2.0 → 10.0.1 - typescript-eslint 8.39.0 → 8.58.0 - @stylistic/eslint-plugin 5.1.0 → 5.10.0 - eslint-plugin-tsdoc 0.5.0 → 0.5.2 - Remove deprecated @stylistic/eslint-plugin-ts (merged into unified plugin) - Update config references: recommended-flat → recommended - Migrate @stylistic/ts/* rules to @stylistic/* * fix: revert eslint auto-fix indentation to match prettier
1 parent c66d335 commit fae483a

4 files changed

Lines changed: 103 additions & 327 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default [
55
// Basic eslint rules
66
eslint.configs.recommended,
77
// Codestyle rules for JS
8-
stylistic.configs["recommended-flat"],
8+
stylistic.configs["recommended"],
99
{
1010
languageOptions: {
1111
// Add node globals to ignore undefined

0 commit comments

Comments
 (0)