Removed spaces with lint
parent
ad0e23fc27
commit
fb54d5e5e0
|
@ -9,10 +9,10 @@ module.exports = {
|
|||
],
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-trailing-spaces': 'error'
|
||||
},
|
||||
parserOptions: {
|
||||
parser: 'babel-eslint'
|
||||
}
|
||||
}
|
||||
|
|
@ -44,4 +44,3 @@ gulp.task('build-exports', function() {
|
|||
//Building project with run sequence
|
||||
gulp.task('build-resources', ['build-css','images', 'build-themes']);
|
||||
|
||||
|
Loading…
Reference in New Issue