We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99a0e6 commit 37954d8Copy full SHA for 37954d8
cspell.json
@@ -26,7 +26,10 @@
26
"HRESULT",
27
"Pkcs",
28
"choochmeque",
29
- "myapp"
+ "myapp",
30
+ "docsrs",
31
+ "thiserror",
32
+ "repr"
33
],
34
"useGitignore": true,
35
"ignorePaths": [
@@ -46,6 +49,7 @@
46
49
"**/fixtures/**/*.json",
47
50
"**/fixtures/sampleCode/*errors/",
48
51
"node_modules",
52
+ "permissions/**",
53
"main_root.js",
54
"package-lock.json",
55
"pnpm-lock.yaml",
0 commit comments