Skip to content

Commit

Permalink
Merge pull request #1430 from skaut/inline-style-linting
Browse files Browse the repository at this point in the history
Linting against inline styles
  • Loading branch information
marekdedic authored Nov 8, 2023
2 parents 5eaa383 + 6be8afa commit 89de459
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 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
21 changes: 17 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-prefer-arrow-functions": "^3.2.4",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-svelte": "^2.34.1",
"eslint-plugin-svelte": "^2.35.0",
"gas-webpack-plugin": "^2.5.0",
"gulp": "^4.0.2",
"gulp-filter": "^9.0.0",
Expand Down

0 comments on commit 89de459

Please sign in to comment.