Skip to content

Commit

Permalink
fix: lint semi rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Tirke committed Oct 21, 2024
1 parent 3315b5e commit 85af6a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,14 @@
"newlines-between": "always"
}
],
"@typescript-eslint/no-extra-semi": "error",
"no-extra-semi": "off"
"no-extra-semi": "error"
}
},
{
"files": ["*.js", "*.jsx"],
"extends": ["plugin:@nx/javascript"],
"rules": {
"@typescript-eslint/no-extra-semi": "error",
"no-extra-semi": "off"
"no-extra-semi": "error"
}
}
]
Expand Down

0 comments on commit 85af6a9

Please sign in to comment.