Skip to content

Commit

Permalink
feat: max-statements-per-line (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Aug 3, 2023
1 parent aa1aa34 commit 552483b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -45,6 +45,7 @@ module.exports = {
"key-spacing": "off",
"keyword-spacing": "off",
"linebreak-style": "off",
"max-statements-per-line": "off",
"multiline-ternary": "off",
"newline-per-chained-call": "off",
"new-parens": "off",
Expand Down

0 comments on commit 552483b

Please sign in to comment.