Skip to content

Commit

Permalink
Change from eslint error to warning
Browse files Browse the repository at this point in the history
remove unnecessary quotes from props

Signed-off-by: Zoltan Magyari <[email protected]>
  • Loading branch information
Zoltan Magyari committed Sep 27, 2024
1 parent 8d479c5 commit 048361f
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 @@ -20,7 +20,7 @@
],
"rules": {
"quote-props": [
"error",
"warn",
"as-needed"
],
"no-const-assign": "warn",
Expand Down

0 comments on commit 048361f

Please sign in to comment.