We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082be69 commit 7725280Copy full SHA for 7725280
.eslintrc
@@ -1,4 +1,5 @@
1
{
2
+ "parser": "@typescript-eslint/parser",
3
"extends": [
4
"eslint:recommended",
5
"plugin:@typescript-eslint/recommended",
.prettierrc
@@ -4,6 +4,5 @@
"trailingComma": "es5",
"tabWidth": 2,
6
"singleQuote": true,
7
- "endOfLine": "auto",
8
- "parser": "babel"
+ "endOfLine": "auto"
9
}
0 commit comments