mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 17:18:41 +00:00
5ecf40f51e
babel-polyfill 6.8.0 → 6.9.1 grunt-jscs 2.8.0 → 3.0.0 grunt-jsonlint 1.0.7 → 1.0.8 grunt-stylelint 0.3.0 → 0.4.0 stylelint-config-wikimedia 0.2.0 → 0.2.2 Change-Id: I4db467c7f2bc291a94e7bab86d18e48a44f6054c
26 lines
476 B
Plaintext
26 lines
476 B
Plaintext
{
|
|
"preset": "wikimedia",
|
|
|
|
"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
|
|
},
|
|
|
|
"excludeFiles": [
|
|
"modules/ve-mw/init/classListSkipFunction.js"
|
|
]
|
|
}
|