Skip to content

Commit 85baf1d

Browse files
committed
🚨 fix: Update cspell configuration to ignore pnpm-lock.yaml
1 parent 4d98ced commit 85baf1d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

cspell.config.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
version: "0.2"
1+
version: '0.2'
22
language: en
33
allowCompoundWords: true
44
useGitignore: true
55
gitignoreRoot: .
66
ignorePaths:
7-
- "**/*.{png,jpg,jpeg,gif,svg,icns}"
8-
- "**/*.min.*"
7+
- '**/*.{png,jpg,jpeg,gif,svg,icns}'
8+
- '**/*.min.*'
9+
- 'pnpm-lock.yaml'
910
words:
11+
- COEP
1012
- eslint
1113
- haroonwaves
1214
- Hwaci
@@ -15,6 +17,7 @@ words:
1517
- myapp
1618
- opfs
1719
- sahpool
20+
- serializability
1821
- tsbuildinfo
1922
- tsconfig
2023
- tseslint

0 commit comments

Comments
 (0)