Skip to content

Commit

Permalink
migrate to new eslint ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Apr 12, 2024
1 parent 0ba6c7f commit 8b6c7e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .eslintignore

This file was deleted.

15 changes: 14 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,18 @@ module.exports = {
'svelte/no-dupe-style-properties': 'warn',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-explicit-any': 'warn'
}
},
ignores: [
'.DS_Store',
'node_modules',
'/build',
'/.svelte-kit',
'/package',
'.env',
'.env.*',
'!.env.example',
'pnpm-lock.yaml',
'package-lock.json',
'yarn.lock'
]
};

0 comments on commit 8b6c7e8

Please sign in to comment.