Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jul 30, 2024
1 parent a9c29d9 commit bbbd453
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"no-bitwise": "off",
"no-inner-declarations": "off",
"no-new": "off",
"no-self-assign": "off",
"unicorn/prefer-top-level-await": "off"
},
"overrides": [
Expand Down
1 change: 0 additions & 1 deletion source/app.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
);
}
// eslint-disable-next-line no-self-assign -- Signals to Svelte that the content was updated
extensions = extensions;
}
Expand Down

0 comments on commit bbbd453

Please sign in to comment.