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