ESLint linebreak on windows

This commit is contained in:
Lone Iversen
2024-07-05 11:39:26 +02:00
parent 21be1ecfa7
commit 91bd8679ba

View File

@@ -47,6 +47,7 @@ export default [
},
rules: {
semi: ['warn', 'always'],
"prettier/prettier": ["warn", {"endOfLine": "auto" }],
'no-unused-vars': 'off', //Let '@typescript-eslint/no-unused-vars' catch the errors to allow unused function parameters (ex: in interfaces)
'no-var': 'error',
'import/no-unresolved': 'off',