mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-12 09:24:17 +00:00
9bb3c382f5
grunt-contrib-csslint 0.5.0 → 1.0.0 grunt-contrib-jshint 0.11.3 → 1.0.0 grunt-contrib-watch 0.6.1 → 1.0.0 grunt-jscs 2.1.0 → 2.8.0 Change-Id: Ia6ca7c477b1c7ce8b3fc54994b1abf361c031eda
22 lines
417 B
Plaintext
22 lines
417 B
Plaintext
{
|
|
"preset": "wikimedia",
|
|
"es3": true,
|
|
"jsDoc": {
|
|
"checkAnnotations": {
|
|
"preset": "jsduck5",
|
|
"extra": {
|
|
"this": "some",
|
|
"source": "some",
|
|
"see": "some"
|
|
}
|
|
},
|
|
"checkTypes": "strictNativeCase",
|
|
"checkParamNames": true,
|
|
"checkRedundantAccess": true,
|
|
"checkRedundantReturns": true,
|
|
"requireNewlineAfterDescription": true,
|
|
"requireParamTypes": true,
|
|
"requireReturnTypes": true
|
|
}
|
|
}
|