Skip to content

Commit

Permalink
chore: regenerate plugin configs
Browse files Browse the repository at this point in the history
  • Loading branch information
princjef committed Jul 16, 2019
1 parent 5bc9531 commit f321ced
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/configs/all.json
Expand Up @@ -36,6 +36,7 @@
"no-magic-numbers": "off",
"@typescript-eslint/no-magic-numbers": "error",
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-misused-promises": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-non-null-assertion": "error",
"@typescript-eslint/no-object-literal-type-assertion": "error",
Expand Down
4 changes: 3 additions & 1 deletion packages/eslint-plugin/src/configs/base.json
Expand Up @@ -3,5 +3,7 @@
"parserOptions": {
"sourceType": "module"
},
"plugins": ["@typescript-eslint"]
"plugins": [
"@typescript-eslint"
]
}
2 changes: 0 additions & 2 deletions packages/eslint-plugin/src/configs/recommended.json
Expand Up @@ -24,13 +24,11 @@
"@typescript-eslint/no-non-null-assertion": "error",
"@typescript-eslint/no-object-literal-type-assertion": "error",
"@typescript-eslint/no-parameter-properties": "error",
"@typescript-eslint/no-triple-slash-reference": "error",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "warn",
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": "error",
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/prefer-interface": "error",
"@typescript-eslint/prefer-namespace-keyword": "error",
"@typescript-eslint/type-annotation-spacing": "error"
}
Expand Down

0 comments on commit f321ced

Please sign in to comment.