Skip to content

Commit

Permalink
Edit ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Sep 24, 2024
1 parent 792cf47 commit 86311e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ const config = tseslint.config({
'!.eslint.config.mjs',
'!jest.config.js',
'yarn.lock',
'**/*.d.ts',
'**/**.map',
'**/**.tsbuildinfo',
'**/*.json',
'**/*.md',
'**/LICENSE',
'**/*.sh',
'**/.DS_Store',
'**/dist/**',
'**/docs/**',
'**/coverage/**',
'merged-packages/**',
'.yarn/**',
'scripts/create-package/package-template/**',
],
},
Expand Down

0 comments on commit 86311e7

Please sign in to comment.