Skip to content

Commit 7177046

Browse files
committed
chore: remove typescript-eslint dependencies and update eslint config
1 parent 4c4af9b commit 7177046

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

eslint.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import tsPlugin from '@typescript-eslint/eslint-plugin';
2-
import tsParser from '@typescript-eslint/parser';
31
import importPlugin from 'eslint-plugin-import';
42
import prettierPlugin from 'eslint-plugin-prettier';
53
import globals from 'globals';
@@ -21,7 +19,7 @@ export default [
2119
files: ['packages/**/*.{js,ts}'],
2220

2321
languageOptions: {
24-
parser: tsParser,
22+
parser: tseslint.parser,
2523
parserOptions: {
2624
ecmaVersion: 'latest',
2725
sourceType: 'module',
@@ -43,7 +41,7 @@ export default [
4341
},
4442

4543
plugins: {
46-
'@typescript-eslint': tsPlugin,
44+
'@typescript-eslint': tseslint.plugin,
4745
import: importPlugin,
4846
prettier: prettierPlugin,
4947
},

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
"@commitlint/cli": "^20.1.0",
3232
"@commitlint/config-conventional": "^20.0.0",
3333
"@types/chrome": "^0.1.32",
34-
"@typescript-eslint/eslint-plugin": "^8.48.1",
35-
"@typescript-eslint/parser": "^8.48.1",
3634
"adm-zip": "^0.5.16",
3735
"copy-webpack-plugin": "^13.0.1",
3836
"css-loader": "^7.1.2",

pnpm-lock.yaml

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)