mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Enable no-unexpected-multiline (#3103)
This rule can help catch errors introduced by automatic semicolon insertion edge cases. It seems like a sensible thing to have enabled in a code base that does not use semicolons. http://eslint.org/docs/rules/no-unexpected-multiline
This commit is contained in:
committed by
John-David Dalton
parent
aafd66da62
commit
b79b715383
@@ -50,6 +50,8 @@ module.exports = {
|
|||||||
|
|
||||||
'no-undef': ['error'],
|
'no-undef': ['error'],
|
||||||
|
|
||||||
|
'no-unexpected-multiline': ['error'],
|
||||||
|
|
||||||
'no-unused-vars': ['error', {
|
'no-unused-vars': ['error', {
|
||||||
'args': 'none',
|
'args': 'none',
|
||||||
'vars': 'all'
|
'vars': 'all'
|
||||||
|
|||||||
Reference in New Issue
Block a user