Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(ops): add curly rule
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Aug 18, 2023
1 parent 9e994f6 commit c3046fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/standard-web-linter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ module.exports = {
aspects: ["invalidHref", "preferButton"],
},
],
curly: "all",
"curly": ["error", "all"],
},
};

0 comments on commit c3046fa

Please sign in to comment.