Skip to content

Commit

Permalink
Removed unneeded semi rules
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <6216144+Jaid@users.noreply.github.com>
  • Loading branch information
Jaid committed Apr 22, 2024
1 parent 57d3d43 commit 7f02d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/segments/typescript/typescript.ts
Expand Up @@ -349,8 +349,8 @@ const stylisticRules: Linter.FlatConfig[`rules`] = {
`as-needed`
],
"rest-spread-spacing": `warn`,
"semi-spacing": `warn`,
"semi-style": `warn`,
// "semi-spacing": `warn`,
// "semi-style": `warn`,
"space-in-parens": `warn`,
"space-unary-ops": `warn`,
"spaced-comment": `warn`,
Expand All @@ -368,7 +368,7 @@ const stylisticRules: Linter.FlatConfig[`rules`] = {
"max-statements-per-line": `warn`,
"newline-per-chained-call": `warn`,
"no-confusing-arrow": `warn`,
"no-extra-semi": `warn`,
// "no-extra-semi": `warn`,
"no-multi-spaces": `warn`,
"semi": [
`warn`,
Expand Down

0 comments on commit 7f02d50

Please sign in to comment.