mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
updating linting params
This commit is contained in:
@@ -51,7 +51,8 @@ gulp.task('js-lint', function() {
|
||||
'space-before-function-paren': [2, 'never'],
|
||||
'space-before-blocks': [2, 'always'],
|
||||
'object-curly-spacing': [2, "always"],
|
||||
'brace-style': [2, '1tbs', { allowSingleLine: true }]
|
||||
'brace-style': [2, '1tbs', { allowSingleLine: true }],
|
||||
'no-control-regex': false
|
||||
},
|
||||
envs: ['browser']
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user