Skip to content

Commit fd98634

Browse files
committed
remove extraneous parser
1 parent 441af10 commit fd98634

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.eslintrc.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"extends": "@callstack",
3-
"parser": "@typescript-eslint/parser",
43
"rules": {
54
"global-require": 0,
65
"flowtype/no-weak-types": 0,

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@tsconfig/node12": "^1.0.11",
3838
"@types/jest": "^28.1.7",
3939
"@types/react-test-renderer": "^16.9.5",
40-
"@typescript-eslint/parser": "^5.33.1",
4140
"enzyme": "^3.10.0",
4241
"enzyme-adapter-react-16": "^1.14.0",
4342
"enzyme-to-json": "^3.4.0",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@
15391539
dependencies:
15401540
"@typescript-eslint/utils" "5.33.1"
15411541

1542-
"@typescript-eslint/parser@^5.33.1", "@typescript-eslint/parser@^5.4.0":
1542+
"@typescript-eslint/parser@^5.4.0":
15431543
version "5.33.1"
15441544
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.33.1.tgz#e4b253105b4d2a4362cfaa4e184e2d226c440ff3"
15451545
integrity sha512-IgLLtW7FOzoDlmaMoXdxG8HOCByTBXrB1V2ZQYSEV1ggMmJfAkMWTwUjjzagS6OkfpySyhKFkBw7A9jYmcHpZA==

0 commit comments

Comments
 (0)