build: Update linters

Change-Id: Ib83952a64224ab550f64975285e60713225b23b7
This commit is contained in:
Ed Sanders
2019-11-12 14:44:40 +00:00
parent df3df8feb3
commit b105c2cadc
5 changed files with 579 additions and 296 deletions

View File

@@ -10,7 +10,6 @@ module.exports = function ( grunt ) {
grunt.initConfig( {
eslint: {
options: {
reportUnusedDisableDirectives: true,
extensions: [ '.js', '.json' ],
cache: true
},