Page MenuHomeWickedGov Phorge

.eslintrc.json
No OneTemporary

Size
523 B
Referenced Files
None
Subscribers
None

.eslintrc.json

{
"root": true,
"extends": [
"wikimedia/client-es6",
"../.eslintshared.js"
],
"parserOptions": {
"sourceType": "module"
},
"env": {
"browser": true,
"commonjs": true
},
"globals": {
"__non_webpack_require__": true
},
"rules": {
"no-shadow": "warn",
"jsdoc/check-tag-names": "off",
"jsdoc/no-undefined-types": "off",
"jsdoc/require-returns": "off",
"jsdoc/require-property-type": "off",
"jsdoc/valid-types": "off"
},
"settings": {
"polyfills": [
"URL",
"URLSearchParams"
]
}
}

File Metadata

Mime Type
application/json
Expires
Wed, Aug 19, 00:54 (1 w, 7 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8b/91/c1c1c88faf5aad25d66298d61240
Default Alt Text
.eslintrc.json (523 B)

Event Timeline