Skip to content

Commit

Permalink
UI: add @Stylistic to style rules (#2779)
Browse files Browse the repository at this point in the history
  • Loading branch information
miettal authored Sep 29, 2024
1 parent 4ae1012 commit a479107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
}
],
"@typescript-eslint/member-ordering": "error",
"no-multiple-empty-lines": "error",
"quotes": [
"@stylistic/no-multiple-empty-lines": "error",
"@stylistic/quotes": [
"error",
"double"
],
Expand Down

0 comments on commit a479107

Please sign in to comment.