summaryrefslogtreecommitdiff
path: root/.jscsrc
diff options
context:
space:
mode:
Diffstat (limited to '.jscsrc')
-rw-r--r--.jscsrc9
1 files changed, 8 insertions, 1 deletions
diff --git a/.jscsrc b/.jscsrc
index 3e93b59..baab92f 100644
--- a/.jscsrc
+++ b/.jscsrc
@@ -1,4 +1,11 @@
{
"validateIndentation": 4,
- "esnext": true
+ "esnext": true,
+ "plugins": [
+ "jscs-jsdoc"
+ ],
+ "jsDoc": {
+ "checkTypes": "strictNativeCase",
+ "enforceExistence": false
+ }
}