Skip to content

Commit

Permalink
chore: update prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jan 26, 2024
1 parent 44681d9 commit 5a10696
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ package.json
package-lock.json
public
size-plugin.json
cf-workers/.wrangler
4 changes: 2 additions & 2 deletions cf-workers/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@

/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
}
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
},
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@helpers/*": ["./src/helpers/*"],
"@announcement-data/*": ["./src/announcement-data/*"],
"@hooks/*": ["./src/hooks/*"],
"@assets/*": ["./src/assets/*"]
}
"@assets/*": ["./src/assets/*"],
},
},
"include": ["./src/**/*", "./gatsby-node.ts", "./gatsby-config.ts", "./gatsby-browser.tsx", "./gatsby-ssr.tsx", "./plugins/**/*"]
"include": ["./src/**/*", "./gatsby-node.ts", "./gatsby-config.ts", "./gatsby-browser.tsx", "./gatsby-ssr.tsx", "./plugins/**/*"],
}

0 comments on commit 5a10696

Please sign in to comment.