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 c3046fa commit fc5a559
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": ["error", "all"],
curly: ["error", "all"],
},
};

0 comments on commit fc5a559

Please sign in to comment.