mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +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-function-paren': [2, 'never'],
|
||||||
'space-before-blocks': [2, 'always'],
|
'space-before-blocks': [2, 'always'],
|
||||||
'object-curly-spacing': [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']
|
envs: ['browser']
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user