Skip to content

Commit

Permalink
fix: remove constraint on brace-style
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwalters authored Mar 21, 2022
1 parent 897046b commit 6ae06cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
extends: "airbnb",
plugins: ["react-hooks"],
"rules": {
"brace-style": ["error", "stroustrup"],
"linebreak-style": 0,
"lines-around-comment": ["error", {
"allowBlockStart": true,
Expand Down

0 comments on commit 6ae06cc

Please sign in to comment.