Skip to content

Commit

Permalink
Added eslint rule svelte/no-inline-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Nov 7, 2023
1 parent 0933c8c commit 6be8afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"svelte/derived-has-same-inputs-outputs": "error",
"svelte/no-extra-reactive-curlies": "error",
"svelte/no-immutable-reactive-statements": "error",
"svelte/no-inline-styles": "error",
"svelte/no-reactive-reassign": "error",
"svelte/no-unused-class-name": [
"error",
Expand Down

0 comments on commit 6be8afa

Please sign in to comment.