Skip to content
Snippets Groups Projects
Commit c79f4353 authored by DCoded's avatar DCoded
Browse files

Added JSdoc settings to ESlint

parent 7ebc9e91
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@
"impliedStrict": true
}
},
"plugins": [
"jsdoc"
],
"rules": {
"semi": ["warn", "always"],
"semi-spacing": "warn",
......@@ -66,6 +69,11 @@
{
"allowSingleLine": true
}
]
],
"jsdoc/check-alignment": 1,
"jsdoc/check-indentation": 1,
"jsdoc/check-param-names": 1,
"jsdoc/check-syntax": 1,
"jsdoc/check-tag-names": 1
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment