Skip to content

Commit f389cc2

Browse files
committed
Fix lint issues
1 parent 110c6f8 commit f389cc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const config: BaseConfig = {
2222
"import/no-unresolved": "error",
2323
"deprecation/deprecation": "error",
2424
"no-shadow": "off",
25-
"@typescript-eslint/no-shadow": "error"
25+
"@typescript-eslint/no-shadow": "error",
2626
},
2727
parserOptions: {
2828
project: "./tsconfig.json",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)