Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431259
.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
Sat, May 16, 20:14 (1 d, 1 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d5/4c/8a1b757d248e8306168160bf694f
Default Alt Text
.eslintrc.json (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment