Skip to content

Commit

Permalink
refactor: remove "no-declare" and "no-shadow" from app preset
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 18, 2019
1 parent f8cfe98 commit 5b2036d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ts-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"no-invalid-regexp": ["error", { "allowConstructorFlags": ["u", "y"] }],
"no-unused-labels": ["error"],
"no-proto": ["error"],
"no-redeclare": ["error"],
"no-shadow": ["error"],
"no-regex-spaces": ["error"],
"no-self-compare": ["error"],
"no-sparse-arrays": ["error"],
Expand Down

0 comments on commit 5b2036d

Please sign in to comment.