revert, whoopsie for me.

This commit is contained in:
theofficialomega
2025-07-27 16:41:01 +02:00
parent 4c952a6c13
commit 5be8899520

View File

@@ -36,7 +36,7 @@ export default [
'@typescript-eslint/no-require-imports': 'off',
'@typescript-eslint/no-var-requires': 'off',
'no-case-declarations': 'off',
'linebreak-style': ['error', process.platform === 'win32' ? 'windows' : 'unix'],
'linebreak-style': ['error', 'windows'],
quotes: [
'error',