Skip to content

Commit

Permalink
Revert "started on keepParentheses"
Browse files Browse the repository at this point in the history
This reverts commit 1182c97.
  • Loading branch information
cantfindname committed Mar 5, 2024
1 parent 1182c97 commit f45f2be
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/language-js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ module.exports = {
},
],
},
keepParentheses: {
since: "1.0.0",
category: CATEGORY_JAVASCRIPT,
type: "boolean",
default: false,
description: "retain parentheses in logical expressions",
},
allmanStyle: {
since: "1.0.0",
category: CATEGORY_JAVASCRIPT,
Expand Down

0 comments on commit f45f2be

Please sign in to comment.