Make linter happy with Mithril.js
This commit is contained in:
parent
f17658e2d3
commit
9d02042d78
2 changed files with 115 additions and 77 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue