Skip to content

Commit 2b8c997

Browse files
committed
chore: remove duplicated ESLint config
1 parent a919b71 commit 2b8c997

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

ui/package.json

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -25,39 +25,8 @@
2525
"test": "playwright test",
2626
"typecheck": "tsc --noEmit"
2727
},
28-
"eslintConfig": {
29-
"extends": [
30-
"airbnb",
31-
"airbnb/hooks",
32-
"plugin:@typescript-eslint/recommended",
33-
"plugin:jsx-a11y/recommended",
34-
"plugin:react/jsx-runtime",
35-
"prettier"
36-
],
37-
"parser": "@typescript-eslint/parser",
38-
"parserOptions": {
39-
"sourceType": "module",
40-
"ecmaVersion": "latest",
41-
"project": "./tsconfig.json"
42-
},
43-
"plugins": [
44-
"@typescript-eslint"
45-
],
46-
"settings": {
47-
"import/resolver": {
48-
"node": {
49-
"extensions": [
50-
".js",
51-
".jsx",
52-
".ts",
53-
".tsx"
54-
]
55-
},
56-
"typescript": {}
57-
}
58-
}
59-
},
6028
"devDependencies": {
29+
"@babel/eslint-parser": "^7.19.1",
6130
"@docker/extension-api-client-types": "^0.3.0",
6231
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
6332
"@playwright/test": "^1.38.0",

0 commit comments

Comments
 (0)