Skip to content

Commit

Permalink
update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Jul 14, 2023
1 parent d0c6c57 commit cc22bec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = {
{ multiline: { delimiter: "semi", requireLast: true }, singleline: { delimiter: "semi", requireLast: false } },
],
"@typescript-eslint/no-import-type-side-effects": "error",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/quotes": ["error", "double"],
"@typescript-eslint/type-annotation-spacing": "error",
},
Expand Down

0 comments on commit cc22bec

Please sign in to comment.