ESLint EOL Fix

This commit is contained in:
blessedcoolant 2023-02-09 22:35:12 +13:00
parent 56fd202e21
commit da193ecd4a

View File

@ -31,6 +31,7 @@ module.exports = {
'space-before-blocks': 'error',
'import/prefer-default-export': 'off',
'@typescript-eslint/no-unused-vars': ['warn', { varsIgnorePattern: '_+' }],
'prettier/prettier': ['error', { endOfLine: 'auto' }],
},
settings: {
react: {