Skip to content

Commit

Permalink
Re-enable prettier lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jlfwong committed Dec 26, 2023
1 parent b214804 commit 3bd26e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
plugins: ['prettier', '@typescript-eslint', 'react-hooks'],
rules: {
'@typescript-eslint/explicit-function-return-type': 'off',
'prettier/prettier': 'error',
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': [
'error',
Expand Down

0 comments on commit 3bd26e8

Please sign in to comment.