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

LGTM
This commit is contained in:
Jeff Bentley
2020-08-28 10:40:29 +09:00
committed by GitHub
parent 7aa1fa5a14
commit b673ea1b18

View File

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