Fix jscs config
This commit is contained in:
parent
4294c6c372
commit
3df1f3ad5d
@ -13,9 +13,7 @@ module.exports = function(grunt) {
|
|||||||
jscs: {
|
jscs: {
|
||||||
src: ['*.js', 'src/**/*.js', 'test/**/*.js'],
|
src: ['*.js', 'src/**/*.js', 'test/**/*.js'],
|
||||||
options: {
|
options: {
|
||||||
config: ".jscsrc",
|
config: ".jscsrc"
|
||||||
esnext: true, // If you use ES6 http://jscs.info/overview.html#esnext
|
|
||||||
verbose: true, // If you need output with rule names http://jscs.info/overview.html#verbose
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user