Skip to content

Commit 7725280

Browse files
committed
update .eslintrc and .prettierrc config files
1 parent 082be69 commit 7725280

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"parser": "@typescript-eslint/parser",
23
"extends": [
34
"eslint:recommended",
45
"plugin:@typescript-eslint/recommended",

.prettierrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
"trailingComma": "es5",
55
"tabWidth": 2,
66
"singleQuote": true,
7-
"endOfLine": "auto",
8-
"parser": "babel"
7+
"endOfLine": "auto"
98
}

0 commit comments

Comments
 (0)