Update linters
* Update eslint and stylelint config * Fix Gruntfile.js to actually run stylelint
This commit is contained in:
committed by
Niklas Laxström
parent
c4f0fdab15
commit
d53beca719
11
package.json
11
package.json
@@ -25,14 +25,13 @@
|
||||
"Siebrand Mazeland"
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint-config-wikimedia": "^0.7.2",
|
||||
"eslint-plugin-qunit": "^3.3.0",
|
||||
"eslint-config-wikimedia": "^0.15.0",
|
||||
"grunt": "1.0.4",
|
||||
"grunt-contrib-qunit": "3.1.0",
|
||||
"grunt-eslint": "21.0.0",
|
||||
"grunt-stylelint": "0.11.0",
|
||||
"stylelint": "10.1.0",
|
||||
"stylelint-config-wikimedia": "0.6.0"
|
||||
"grunt-eslint": "22.0.0",
|
||||
"grunt-stylelint": "0.12.0",
|
||||
"stylelint": "11.1.1",
|
||||
"stylelint-config-wikimedia": "0.7.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user