Skip to content

Commit e5b3fca

Browse files
fix eslint config
1 parent 217527e commit e5b3fca

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/demos/eslint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import jest from 'eslint-plugin-jest';
1414
import vuePlugin from 'eslint-plugin-vue';
1515
import vueParser from 'vue-eslint-parser';
1616
import tsParser from '@typescript-eslint/parser';
17-
import tsPlugin from '@typescript-eslint/eslint-plugin';
1817
import js from '@eslint/js';
1918
import { fixupPluginRules } from '@eslint/compat';
2019
import { FlatCompat } from '@eslint/eslintrc';
@@ -60,7 +59,6 @@ export default [
6059
'no-only-tests': noOnlyTests,
6160
'@stylistic': stylistic,
6261
jest,
63-
'@typescript-eslint': tsPlugin,
6462
'deprecation': fixupPluginRules(deprecation),
6563
},
6664
languageOptions: {

0 commit comments

Comments
 (0)