Skip to content

Commit 9f49cc2

Browse files
committed
1 parent 24cbed4 commit 9f49cc2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

eslint.electron.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"extends": [
88
"plugin:@typescript-eslint/recommended",
99
"plugin:@typescript-eslint/recommended-requiring-type-checking",
10-
"prettier",
11-
"prettier/@typescript-eslint"
10+
"prettier"
1211
],
1312
"parser": "@typescript-eslint/parser",
1413
"parserOptions": {

eslint.svelte.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"extends": [
88
"plugin:@typescript-eslint/recommended",
99
"plugin:@typescript-eslint/recommended-requiring-type-checking",
10-
"prettier",
11-
"prettier/@typescript-eslint"
10+
"prettier"
1211
],
1312
"parser": "@typescript-eslint/parser",
1413
"parserOptions": {

0 commit comments

Comments
 (0)