mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-27 15:35:02 +00:00
remove jshint
This commit is contained in:
parent
84641f4056
commit
2f5e6768ce
@ -22,19 +22,8 @@ module.exports = (grunt) ->
|
||||
test:
|
||||
src: ['test/**/*.js']
|
||||
|
||||
jshint:
|
||||
all: ['bin/embark', 'lib/**/*.js']
|
||||
options: grunt.file.readJSON('package.json').jshintConfig
|
||||
with_overrides:
|
||||
options:
|
||||
undef: false
|
||||
esversion: 5
|
||||
files:
|
||||
src: ['js/mine.js', 'js/embark.js']
|
||||
|
||||
grunt.loadTasks "tasks"
|
||||
require('matchdep').filterAll(['grunt-*','!grunt-cli']).forEach(grunt.loadNpmTasks)
|
||||
|
||||
grunt.registerTask 'default', ['clean']
|
||||
grunt.registerTask 'build', ['clean', 'coffee']
|
||||
|
||||
|
15
package.json
15
package.json
@ -70,7 +70,6 @@
|
||||
"grunt-cli": "^1.2.0",
|
||||
"grunt-contrib-clean": "^1.0.0",
|
||||
"grunt-contrib-coffee": "^1.0.0",
|
||||
"grunt-contrib-jshint": "^1.0.0",
|
||||
"grunt-mocha-test": "^0.13.2",
|
||||
"matchdep": "^1.0.1",
|
||||
"mocha": "^3.2.0",
|
||||
@ -78,19 +77,5 @@
|
||||
"sinon": "^1.15.4",
|
||||
"toposort": "^1.0.0",
|
||||
"webpack": "^2.6.1"
|
||||
},
|
||||
"jshintConfig": {
|
||||
"indent": 2,
|
||||
"white": true,
|
||||
"node": true,
|
||||
"undef": true,
|
||||
"-W058": true,
|
||||
"-W014": true,
|
||||
"expr": true,
|
||||
"esversion": 6,
|
||||
"unused": false,
|
||||
"globals": {
|
||||
"node": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user