fix: fixed an issue with eslint-prettier on windows (#32)

LGTM
pull/20/head
Jeff Bentley 4 years ago committed by GitHub
parent 7aa1fa5a14
commit b673ea1b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: [
{

Loading…
Cancel
Save