Skip to content

Commit

Permalink
[trivial] Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Feb 21, 2024
1 parent 4508d78 commit 8b5151e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"camelcase": ["warn"],
"no-constant-condition": "off",
"prefer-const": ["error"],
"quotes": ["warning", "single"]
"quotes": [1, "single"]
}
}

0 comments on commit 8b5151e

Please sign in to comment.