We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1aa34 commit 552483bCopy full SHA for 552483b
index.js
@@ -45,6 +45,7 @@ module.exports = {
45
"key-spacing": "off",
46
"keyword-spacing": "off",
47
"linebreak-style": "off",
48
+ "max-statements-per-line": "off",
49
"multiline-ternary": "off",
50
"newline-per-chained-call": "off",
51
"new-parens": "off",
0 commit comments