Merge "build: Update linters"

This commit is contained in:
jenkins-bot 2018-02-05 01:57:48 +00:00 committed by Gerrit Code Review
commit c48cd395bc
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"
}
}