Skip to content

Commit

Permalink
chore: remove overwritten rules, which are now in the extended config
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Oct 31, 2024
1 parent e7442a0 commit 32a91e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ module.exports = {

extends: '@lars-reimann/svelte',
rules: {
'@typescript-eslint/no-throw-literal': 'off',
'@typescript-eslint/only-throw-error': 'error',
'import/extensions': 'off',
'import/no-extraneous-dependencies': 'off',
'svelte/valid-compile': 'off',
Expand Down

0 comments on commit 32a91e1

Please sign in to comment.