Skip to content

Commit 3a5218a

Browse files
committed
deps: update typescript-eslint
1 parent 2745b0b commit 3a5218a

File tree

3 files changed

+257
-244
lines changed

3 files changed

+257
-244
lines changed

templates/eslint.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {defineConfig, globalIgnores} from 'eslint/config'
55
import js from '@eslint/js'
66
import tsesLint from 'typescript-eslint'
77
import tsesLintParser from '@typescript-eslint/parser'
8-
import tsesLintPlugin from '@typescript-eslint/eslint-plugin'
98
import neostandard from 'neostandard';
109

1110
export default defineConfig([
@@ -23,7 +22,7 @@ export default defineConfig([
2322
},
2423
},
2524
plugins: {
26-
"@typescript-eslint": tsesLintPlugin,
25+
"@typescript-eslint": neostandard.plugins['typescript-eslint'].plugin,
2726
},
2827
rules: {
2928
"@stylistic/space-before-function-paren": ["error", "never"],

0 commit comments

Comments
 (0)