Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4137344
.eslintrc.json
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
.eslintrc.json
View Options
{
"root"
:
true
,
"extends"
:
[
"wikimedia/client-es6"
,
"wikimedia/jquery"
,
"wikimedia/mediawiki"
],
"env"
:
{
"commonjs"
:
true
},
"globals"
:
{
"require"
:
"readonly"
},
"rules"
:
{
"jsdoc/no-undefined-types"
:
"off"
,
"max-len"
:
"error"
,
"mediawiki/class-doc"
:
"off"
,
"no-restricted-properties"
:
[
"error"
,
{
"property"
:
"mobileFrontend"
,
"message"
:
"Minerva should only make use of core code. Any code using mobileFrontend should be placed inside the MobileFrontend extension"
},
{
"property"
:
"done"
,
"message"
:
"The method `done` if used with Deferred objects is incompatible with ES6 Promises. Please use `then`."
},
{
"property"
:
"fail"
,
"message"
:
"The method `fail` if used with Deferred objects is incompatible with ES6 Promises. Please use `then`."
},
{
"property"
:
"always"
,
"message"
:
"The method `always` if used with Deferred objects is incompatible with ES6 Promises. Please use `then`."
}
],
"object-property-newline"
:
"error"
,
"unit-disallowed-list"
:
"off"
},
"overrides"
:
[
{
"extends"
:
"wikimedia/server"
,
"files"
:
[
".eslintrc.json"
],
"rules"
:
{
"compat/compat"
:
"off"
}
}
]
}
File Metadata
Details
Attached
Mime Type
application/json
Expires
Wed, Aug 19, 14:07 (3 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3c/c9/9578d448a51eb0b22a55fafb2b2c
Default Alt Text
.eslintrc.json (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment