Skip to content

Commit

Permalink
fix: fixed an issue with eslint-prettier on windows (#32)
Browse files Browse the repository at this point in the history
LGTM
  • Loading branch information
jbentleyjp committed Aug 28, 2020
1 parent 7aa1fa5 commit b673ea1
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 @@ -28,6 +28,7 @@ module.exports = {
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
'@typescript-eslint/explicit-function-return-type': 'off',
'prettier/prettier': ['error', { endOfLine: 'auto' }],
},
overrides: [
{
Expand Down

0 comments on commit b673ea1

Please sign in to comment.