Skip to content

Commit

Permalink
checks config
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Oct 18, 2024
1 parent dc396f6 commit a341737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion extension/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,17 @@
"servedir",
"sidepanel",
"sandboxed",
"speculationrules"
"speculationrules",
"depay"
],
"flagWords": [],
"ignorePaths": [
"package.json",
"pnpm-lock.yaml",
"node_modules/**",
"tsconfig.json",
"esbuild.js",
"tailwind.config.js",
"public/build/**",
"public/_metadata/**",
"playwright-report/**",
Expand Down
2 changes: 1 addition & 1 deletion extension/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default tsEslint.config(
},
},
{
ignores: ['public/build'],
ignores: ['public/build', 'playwright-report'],
},
{
files: ['esbuild.js', 'manifest-util.js'],
Expand Down

0 comments on commit a341737

Please sign in to comment.