We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84def6a commit 6c74293Copy full SHA for 6c74293
1 file changed
README.md
@@ -62,7 +62,9 @@ To use plugin you should add these lines to configuration file `.jscsrc`:
62
"jsDoc": {
63
"checkAnnotations": "closurecompiler",
64
"checkTypes": "strictNativeCase",
65
- "enforceExistence": "exceptExports"
+ "enforceExistence": {
66
+ "allExcept": ["exports"]
67
+ }
68
}
69
70
```
0 commit comments