Skip to content

Commit

Permalink
chore(rules): remove no-use-before-declare
Browse files Browse the repository at this point in the history
  • Loading branch information
nikulin-anton committed Feb 6, 2020
1 parent e578101 commit b4cf8ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/linters/tslint/bases/base.tslint.json
Expand Up @@ -33,7 +33,6 @@
"no-string-literal": false,
"no-switch-case-fall-through": true,
"no-unused-expression": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"no-consecutive-blank-lines": [true, 2],
"one-variable-per-declaration": true,
Expand Down

0 comments on commit b4cf8ff

Please sign in to comment.