Skip to content

Commit 481a069

Browse files
committed
Revert changes
1 parent c38ecb8 commit 481a069

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ const config: BaseConfig = {
2121
"no-negated-condition": "off",
2222
"import/no-unresolved": "error",
2323
"deprecation/deprecation": "error",
24+
"no-shadow": "off",
25+
"@typescript-eslint/no-shadow": "error",
2426
},
2527
parserOptions: {
2628
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-pythoncoderas-typescript",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "My reusable eslint config for typescript projects.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)