mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 06:25:57 +00:00
tell jshint to read config from package.json
This commit is contained in:
parent
e3b9c01205
commit
0774841b66
@ -23,7 +23,8 @@ module.exports = (grunt) ->
|
||||
src: ['test/**/*.js']
|
||||
|
||||
jshint:
|
||||
all: ['bin/embark', 'lib/**/*.js', 'js/mine.js', 'js/embark.js']
|
||||
all: ['bin/embark', 'lib/**/*.js', 'js/mine.js', 'js/embark.js'],
|
||||
options: grunt.file.readJSON('package.json').jshintConfig
|
||||
|
||||
grunt.loadTasks "tasks"
|
||||
require('matchdep').filterAll(['grunt-*','!grunt-cli']).forEach(grunt.loadNpmTasks)
|
||||
|
Loading…
x
Reference in New Issue
Block a user