mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Add semi option to eslint config.
This commit is contained in:
@@ -57,6 +57,8 @@ module.exports = {
|
|||||||
'avoidEscape': true
|
'avoidEscape': true
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
'semi': ['error', 'never'],
|
||||||
|
|
||||||
'space-before-blocks': ['error', 'always'],
|
'space-before-blocks': ['error', 'always'],
|
||||||
|
|
||||||
'space-before-function-paren': ['error', 'never'],
|
'space-before-function-paren': ['error', 'never'],
|
||||||
|
|||||||
Reference in New Issue
Block a user