Update jscs configuration that do not accept in the configuration redundant variables set to the default
This commit is contained in:
parent
445cbcc1c0
commit
a79e2fd787
|
@ -151,9 +151,7 @@ module.exports = function(grunt) {
|
|||
src: lintFiles,
|
||||
build: ['Gruntfile.js'],
|
||||
options: {
|
||||
config: ".jscsrc",
|
||||
esnext: true,
|
||||
verbose: true,
|
||||
config: ".jscsrc"
|
||||
}
|
||||
},
|
||||
jsdoc: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user