Skip to content

Commit

Permalink
fix(prettier): fix prettier eslint autofix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tw0517tw authored and chentsulin committed Mar 30, 2021
1 parent f6bc6d2 commit 22d6e9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/prettier.js
Expand Up @@ -9,5 +9,7 @@ module.exports = {
singleQuote: true,
},
],
'arrow-body-style': 'off',
'prefer-arrow-callback': 'off',
},
};

0 comments on commit 22d6e9e

Please sign in to comment.