fix: fixed an issue with eslint-prettier on windows

pull/32/head
jbentleyjp 4 years ago
parent 7aa1fa5a14
commit de5f8f4d0e

@ -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