mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-15 03:34:10 +00:00
e2139b1657
Also update the rest of the CI world whilst we're at it. Change-Id: Iaad2867797cccb2dd0df7758e448b553859fa62c
13 lines
716 B
Plaintext
13 lines
716 B
Plaintext
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"no-browser-hacks": [ true, {
|
|
"browsers": [ ">5%", "Chrome >= 1", "Firefox >= 15", "Explorer >= 9", "Edge >= 1", "iOS >= 7", "Opera >= 12", "Safari >= 7", "ExplorerMobile >= 10", "Android >= 3", "not BlackBerry >= 1", "ChromeAndroid >= 1", "FirefoxAndroid >= 1", "OperaMobile >= 12", "not OperaMini >= 1" ]
|
|
} ],
|
|
|
|
"no-unsupported-browser-features": [ true, {
|
|
"browsers": [ ">5%", "Chrome >= 1", "Firefox >= 15", "Explorer >= 9", "Edge >= 12", "iOS >= 7", "Opera >= 12", "Safari >= 7", "ExplorerMobile >= 10", "Android >= 4", "not BlackBerry >= 1", "ChromeAndroid >= 1", "FirefoxAndroid >= 1", "OperaMobile >= 12", "not OperaMini >= 1" ]
|
|
} ],
|
|
}
|
|
}
|