Skip to content

Commit

Permalink
feat: enable arrow-body-style
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Mar 20, 2023
1 parent 7d303ee commit 33aa466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,5 +284,6 @@ module.exports = defineConfig({

// extras
curly: ["error", "all"],
"arrow-body-style": ["error", "as-needed"],
},
});

0 comments on commit 33aa466

Please sign in to comment.