We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d364496 commit bc8298dCopy full SHA for bc8298d
.eslintrc.js
@@ -62,5 +62,9 @@ module.exports = {
62
functions: 'always-multiline',
63
},
64
],
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',
69
70
}
0 commit comments