Skip to content

Commit bc8298d

Browse files
committed
chore(eslint): restore 'no-unexpected-multiline' error rule
1 parent d364496 commit bc8298d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,9 @@ module.exports = {
6262
functions: 'always-multiline',
6363
},
6464
],
65+
66+
// Override `eslint-config-prettier`.
67+
// SEE: https://github.com/prettier/eslint-config-prettier/blob/master/README.md#no-unexpected-multiline
68+
'no-unexpected-multiline': 'error',
6569
},
6670
}

0 commit comments

Comments
 (0)