Skip to content

Commit

Permalink
feat: revert arrowParens to avoid (#13)
Browse files Browse the repository at this point in the history
* feat: revert arrowParens to avoid

Signed-off-by: donniean <donniean1@gmail.com>

* feat: revert arrowParens to avoid

Signed-off-by: donniean <donniean1@gmail.com>

---------

Signed-off-by: donniean <donniean1@gmail.com>
  • Loading branch information
donniean authored Jul 19, 2024
1 parent 96e9c1c commit 1104e6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rude-penguins-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-config-kubesphere': patch
---

feat: revert arrowParens to avoid
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module.exports = {
printWidth: 100,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'always',
arrowParens: 'avoid',
};

0 comments on commit 1104e6b

Please sign in to comment.