Skip to content

Commit 2333f98

Browse files
committedJan 2, 2022
test: try fixing failing eslint tests
1 parent 27de69f commit 2333f98

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed
 

‎test/external/imports/ts-cjs/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@
2727
},
2828
"eslintConfig": {
2929
"parser": "@typescript-eslint/parser",
30-
"plugins": [
31-
"@typescript-eslint"
32-
],
3330
"extends": [
34-
"eslint:recommended",
35-
"plugin:@typescript-eslint/eslint-recommended",
3631
"plugin:@typescript-eslint/recommended"
3732
],
3833
"parserOptions": {

‎test/external/imports/ts-esm/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@
2929
},
3030
"eslintConfig": {
3131
"parser": "@typescript-eslint/parser",
32-
"plugins": [
33-
"@typescript-eslint"
34-
],
3532
"extends": [
36-
"eslint:recommended",
37-
"plugin:@typescript-eslint/eslint-recommended",
3833
"plugin:@typescript-eslint/recommended"
3934
],
4035
"parserOptions": {

0 commit comments

Comments
 (0)
Please sign in to comment.