Make linter happy with Mithril.js

This commit is contained in:
impinball 2016-03-02 16:23:12 -05:00
parent f17658e2d3
commit 9d02042d78
2 changed files with 115 additions and 77 deletions

View file

@ -89,9 +89,7 @@ module.exports = function (grunt) { // eslint-disable-line
"!archive/**",
"!deploy/**",
"!mithril.closure-compiler-externs.js",
"!docs/layout/lib/**",
// TODO(impinball): Finish this.
"!mithril.js"
"!docs/layout/lib/**"
]
},
@ -367,7 +365,7 @@ module.exports = function (grunt) { // eslint-disable-line
grunt.loadNpmTasks("grunt-mocha-phantomjs")
grunt.registerTask("build", [
//"lint",
// "lint",
"test",
"uglify",
"zip",