Skip to content

Commit

Permalink
updated eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech committed Oct 28, 2024
1 parent 86b44d1 commit 587bac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
/website/.docusaurus
/website/build
/website/node_modules
/scripts/
/jest.config.js
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"target": "ES6",
"skipLibCheck": true
},
"include": ["./scripts/setupMatchers.ts", "./packages/**/*"]
"include": ["./scripts/**/*", "./packages/**/*"]
}

0 comments on commit 587bac2

Please sign in to comment.