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 235f317
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ const config = tseslint.config({
'!.eslint.config.mjs',
'!jest.config.js',
'yarn.lock',
'**/*.d.ts',
'**/**.map',
'**/*.json',
'**/*.md',
'**/*.sh',
'**/dist/**',
'**/docs/**',
'**/coverage/**',
'merged-packages/**',
'.yarn/**',
'scripts/create-package/package-template/**',
],
},
Expand Down

0 comments on commit 235f317

Please sign in to comment.