diff options
Diffstat (limited to 'FrontEnd/cspell.json')
-rw-r--r-- | FrontEnd/cspell.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/cspell.json b/FrontEnd/cspell.json index 3f746df6..2dcec3be 100644 --- a/FrontEnd/cspell.json +++ b/FrontEnd/cspell.json @@ -1,4 +1,4 @@ { "version": "0.2", - "ignorePaths": ["**/node_modules/**", "package-lock.json"] + "ignorePaths": ["**/node_modules/**", "pnpm-lock.yaml"] } |