Skip to content

Commit

Permalink
chore: eslint ignore .cache
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlesisz committed Dec 9, 2024
1 parent 4f6cfed commit ee5f7de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint/src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const eslint = [
'**/ci/',
'**/.expo/*',
'eslint-local-rules/*',
'**/.cache/*',
],
},
{ files: ['**/*.{js,mjs,cjs,ts,jsx,tsx}'] },
Expand Down

0 comments on commit ee5f7de

Please sign in to comment.