Skip to content

Commit

Permalink
Exclude all test and story files
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Aug 19, 2024
1 parent 20f0aca commit 1c541c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ module.exports = {
{
files: [ 'packages/*/src/**/*.[tj]s?(x)' ],
excludedFiles: [
'packages/components/src/**/@(test|stories)/**',
'packages/*/src/**/@(test|stories)/**',
'**/*.@(native|ios|android).js',
],
rules: {
Expand Down

0 comments on commit 1c541c7

Please sign in to comment.