mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 15:16:50 +00:00
build: Update linters
Change-Id: I1af64c55fdd26a2923a1ec20500e97ea13d92bc8
This commit is contained in:
parent
8b14ce2773
commit
998d7c4f22
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"extends": "stylelint-config-wikimedia",
|
||||
"rules": {
|
||||
"selector-no-id": null,
|
||||
"selector-max-id": null,
|
||||
"no-descending-specificity": null
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
"grunt": "1.0.1",
|
||||
"grunt-banana-checker": "0.6.0",
|
||||
"grunt-contrib-watch": "^1.0.0",
|
||||
"grunt-eslint": "20.0.0",
|
||||
"grunt-eslint": "20.1.0",
|
||||
"grunt-jsonlint": "1.1.0",
|
||||
"grunt-stylelint": "0.8.0",
|
||||
"grunt-stylelint": "0.9.0",
|
||||
"husky": "^0.13.3",
|
||||
"istanbul": "^0.4.5",
|
||||
"jsdoc": "^3.4.3",
|
||||
|
@ -30,8 +30,8 @@
|
|||
"nodemon": "^1.11.0",
|
||||
"redux": "3.6.0",
|
||||
"redux-thunk": "2.2.0",
|
||||
"stylelint": "7.8.0",
|
||||
"stylelint-config-wikimedia": "0.4.1",
|
||||
"stylelint": "8.2.0",
|
||||
"stylelint-config-wikimedia": "0.4.2",
|
||||
"tap-dot": "^1.0.5",
|
||||
"webpack": "^2.6.0"
|
||||
},
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
|
||||
/* Stylelint rule broken for vendor prefixes: https://github.com/stylelint/stylelint/issues/1939 */
|
||||
/* stylelint-disable function-linear-gradient-no-nonstandard-direction */
|
||||
&[dir='ltr']:after {
|
||||
&[ dir='ltr' ]:after {
|
||||
/* @noflip */
|
||||
right: 0;
|
||||
/* @noflip */
|
||||
|
@ -138,7 +138,7 @@
|
|||
background-image: linear-gradient( to right, rgba( 255, 255, 255, 0 ), rgba( 255, 255, 255, 1 ) 50% );
|
||||
}
|
||||
|
||||
&[dir='rtl']:after {
|
||||
&[ dir='rtl' ]:after {
|
||||
/* @noflip */
|
||||
left: 0;
|
||||
/* @noflip */
|
||||
|
|
Loading…
Reference in a new issue