Skip to content

Commit

Permalink
refactor(eslint-config): ♻️ update ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jun 9, 2023
1 parent 6412eee commit 323ca4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/eslint-config/src/configs/ignores.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/** @type {import('eslint').Linter.FlatConfig} */
export const ignores = {
ignores: [
'**/dist/*',
'**/node_modules/*',
'**/.git/**',
'**/dist/**',
'**/node_modules/**',
'**/package-lock.json',
'**/pnpm-lock.yaml',
'**/yarn.lock',
Expand Down

0 comments on commit 323ca4f

Please sign in to comment.