Skip to content

Commit 6c74293

Browse files
dmnsgnqfox
authored andcommitted
Docs: update deprecated enforceExistence in Usage section
Closes gh-172
1 parent 84def6a commit 6c74293

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ To use plugin you should add these lines to configuration file `.jscsrc`:
6262
"jsDoc": {
6363
"checkAnnotations": "closurecompiler",
6464
"checkTypes": "strictNativeCase",
65-
"enforceExistence": "exceptExports"
65+
"enforceExistence": {
66+
"allExcept": ["exports"]
67+
}
6668
}
6769
}
6870
```

0 commit comments

Comments
 (0)