Skip to content

Commit

Permalink
chor: ignore cypress directory in flow type checker
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Apr 2, 2024
1 parent fa323f8 commit d94800b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ wordpress*
# lint top level dot files
!.*
/node_modules/.*

/cypress/.*
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PROJECT_ROOT>/node_modules/eslint-plugin-react/.*
<PROJECT_ROOT>/node_modules/module-deps/.*
<PROJECT_ROOT>/node_modules/resolve/.*
<PROJECT_ROOT>/cypress/.*
[include]

[libs]
Expand Down

0 comments on commit d94800b

Please sign in to comment.