Skip to content

Commit

Permalink
feat: disable global rule for checking TODO comments (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhenliu-gg5 committed Mar 20, 2020
1 parent 9fe093d commit 96aa84a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Expand Up @@ -27,9 +27,11 @@
"rules": {
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-warning-comments": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/camelcase": "off",
"node/no-missing-import": "off",
"node/no-empty-function": "off",
"node/no-unsupported-features/es-syntax": "off",
"node/no-missing-require": "off",
"node/shebang": "off",
Expand Down

0 comments on commit 96aa84a

Please sign in to comment.