Skip to content

Commit

Permalink
chore: eslint ignore *.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Sep 11, 2023
1 parent cf3f1e1 commit 25985cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.yarn/
utilities/icons/src/react/**/*.js
**/locales/
*.d.ts
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ const config = {
'*.stories*.js',
'**/__stories__/*.js',
'**/__stories__/**/*.js',
'*.d.ts',
'*.d.ts'
// 'types/*',
// '**/types/*',
// '**/types/*.d.ts',
],
rules: {
'import/no-extraneous-dependencies': 'error',
Expand Down

0 comments on commit 25985cc

Please sign in to comment.