Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit afcb1df

Browse files
committed
chore: upgrade eslint
1 parent e489160 commit afcb1df

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

+2-11
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"get-tsconfig": "^4.1.0"
3737
},
3838
"devDependencies": {
39-
"@pvtnbr/eslint-config": "^0.26.1",
39+
"@pvtnbr/eslint-config": "^0.26.2",
4040
"@types/node": "^18.0.0",
4141
"@types/semver": "^7.3.10",
4242
"eslint": "^8.18.0",
@@ -54,16 +54,7 @@
5454
"tests/fixtures"
5555
],
5656
"rules": {
57-
"import/no-unresolved": "off",
58-
"@typescript-eslint/no-shadow": [
59-
"error",
60-
{
61-
"allow": [
62-
"test",
63-
"describe"
64-
]
65-
}
66-
]
57+
"import/no-unresolved": "off"
6758
}
6859
}
6960
}

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)