Skip to content

Commit

Permalink
feat: turn off no-extra-semi rule (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Dec 26, 2019
1 parent a501821 commit b386d8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion rules/core/possible-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
"no-ex-assign": "error",
"no-extra-boolean-cast": "error",
"no-extra-parens": "error",
"no-extra-semi": "error",
"no-func-assign": "error",
"no-import-assign": "error",
"no-inner-declarations": "error",
Expand Down
2 changes: 0 additions & 2 deletions rules/plugins/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ module.exports = {
"@typescript-eslint/member-ordering": "off",
"@typescript-eslint/no-dynamic-delete": "warn",
"@typescript-eslint/no-extra-non-null-assertion": "error",
"no-extra-semi": "off",
"@typescript-eslint/no-extra-semi": "error", // eslint-disable-line sort-keys
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-for-in-array": "off",
Expand Down

0 comments on commit b386d8a

Please sign in to comment.