refactor: ♻️ omit more in cspell config (#957)
This commit is contained in:
parent
1e3c08c029
commit
ceddcf96eb
2 changed files with 12 additions and 2 deletions
12
cspell.json
12
cspell.json
|
@ -57,5 +57,15 @@
|
|||
"hookform",
|
||||
"urql"
|
||||
],
|
||||
"ignorePaths": ["node_modules", "package.json", "pnpm-lock.yaml", ".gitignore"]
|
||||
"ignorePaths": [
|
||||
"node_modules",
|
||||
"package.json",
|
||||
"pnpm-lock.yaml",
|
||||
".gitignore",
|
||||
"apps/products-feed/src/modules/category-mapping/google-product-categories.ts",
|
||||
"**/*.test.ts",
|
||||
"**/*.spec.ts",
|
||||
"**/graphql.ts",
|
||||
"**/CHANGELOG.md"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"lint-staged": {
|
||||
"*.{js,ts,tsx}": "eslint --cache --fix",
|
||||
"*.{ts,tsx,md}": "prettier --write",
|
||||
"*.{ts,tsx,md,js,jsx}": "cspell"
|
||||
"*.{ts,tsx,md,js,jsx}": "cspell --no-must-find-files"
|
||||
},
|
||||
"packageManager": "pnpm@8.2.0",
|
||||
"private": true,
|
||||
|
|
Loading…
Reference in a new issue