build: Update linters
Change-Id: If959fe0c1b972fe55c6f8cee1c9bb33a52b4265d
This commit is contained in:
3
.eslintignore
Normal file
3
.eslintignore
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
/vendor/
|
||||||
|
/lib/
|
||||||
|
ext.uls.webfonts.repository.js
|
||||||
@@ -2,8 +2,5 @@
|
|||||||
"root": true,
|
"root": true,
|
||||||
"extends": [
|
"extends": [
|
||||||
"wikimedia/server"
|
"wikimedia/server"
|
||||||
],
|
]
|
||||||
"rules": {
|
|
||||||
"strict": "warn"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
'use strict';
|
||||||
/**
|
/**
|
||||||
* SVGO Configuration
|
* SVGO Configuration
|
||||||
* Compatible to v3.0.0+
|
* Compatible to v3.0.0+
|
||||||
|
|||||||
1719
package-lock.json
generated
1719
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -8,14 +8,14 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@wikimedia/codex-design-tokens": "0.11.0",
|
"@wikimedia/codex-design-tokens": "0.11.0",
|
||||||
"eslint-config-wikimedia": "0.25.0",
|
"eslint-config-wikimedia": "0.25.1",
|
||||||
"grunt": "1.6.1",
|
"grunt": "1.6.1",
|
||||||
"grunt-banana-checker": "0.11.0",
|
"grunt-banana-checker": "0.11.0",
|
||||||
"grunt-eslint": "24.0.1",
|
"grunt-eslint": "24.3.0",
|
||||||
"grunt-stylelint": "0.18.0",
|
"grunt-stylelint": "0.19.0",
|
||||||
"postcss-less": "6.0.0",
|
"postcss-less": "6.0.0",
|
||||||
"sfnt2woff": "^1.0.1",
|
"sfnt2woff": "^1.0.1",
|
||||||
"stylelint-config-wikimedia": "0.15.0",
|
"stylelint-config-wikimedia": "0.16.1",
|
||||||
"svgo": "3.0.2"
|
"svgo": "3.0.2"
|
||||||
},
|
},
|
||||||
"eslintIgnore": [
|
"eslintIgnore": [
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* stylelint-disable indentation, selector-max-id */
|
/* stylelint-disable stylistic/indentation, selector-max-id */
|
||||||
#pt-uls {
|
#pt-uls {
|
||||||
padding-top: 0 !important; // stylelint-disable-line declaration-no-important
|
padding-top: 0 !important; // stylelint-disable-line declaration-no-important
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user