Skip to content

Commit

Permalink
chore: Re-enable the curly rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Standard8 committed Nov 3, 2024
1 parent 3f7de72 commit 3e163bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,10 @@ export default [
},
},
eslintConfigPrettier,
{
files: ["**/*.*js*"],
rules: {
curly: "error",
},
},
];

0 comments on commit 3e163bd

Please sign in to comment.