Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: ignore build and coverage paths during format (#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
dated authored Jun 18, 2020
1 parent 99949b4 commit 8fa4b36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
project: "./tsconfig.json",
parser: "@typescript-eslint/parser",
sourceType: "module",
projectFolderIgnoreList: ["node_modules", "public"],
projectFolderIgnoreList: ["build", "coverage", "node_modules", "public"],
},
env: {
browser: true,
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/
coverage/

0 comments on commit 8fa4b36

Please sign in to comment.