Skip to content

Commit

Permalink
fix: eslint files
Browse files Browse the repository at this point in the history
  • Loading branch information
Karine Brandelli Padilha committed Nov 21, 2024
1 parent b21d814 commit 91709b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ module.exports = tseslint.config(
ignores: [
'dist/*',
'docs/*',
'coverage/*',
'node_modules/*',
'pre-publish.js',
'eslint.config.js'
Expand Down
5 changes: 0 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,5 @@
"./src/**/*.tsx",
"./src/*.d.ts",
"./src/lib/**/*"
],
"exclude": [
"src/test",
"**/*.spec.tsx",
"**/*.stories.tsx"
]
}

0 comments on commit 91709b7

Please sign in to comment.