build: Update linters

Change-Id: I717ee9a58e6a8c12b54c64b46ebb2682b1ad5274
This commit is contained in:
Ed Sanders 2018-02-04 21:22:48 +00:00
parent 0209f4eb2f
commit 2dc9a454d2
2 changed files with 5 additions and 5 deletions

View file

@ -2,6 +2,6 @@
"extends": "stylelint-config-wikimedia",
"rules": {
"declaration-no-important": null,
"selector-no-id": null
"selector-max-id": null
}
}

View file

@ -12,10 +12,10 @@
"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",
"stylelint": "7.8.0",
"stylelint-config-wikimedia": "0.4.1"
"grunt-stylelint": "0.9.0",
"stylelint": "8.2.0",
"stylelint-config-wikimedia": "0.4.2"
}
}