Moved to using unix format instead of dos

This commit is contained in:
2024-03-21 23:52:56 +01:00
parent ffa2627f81
commit 6e6e84e250

View File

@@ -24,7 +24,7 @@ module.exports = {
plugins: ["@typescript-eslint"], plugins: ["@typescript-eslint"],
rules: { rules: {
indent: ["error", 4, { SwitchCase: 1 }], indent: ["error", 4, { SwitchCase: 1 }],
"linebreak-style": ["error", "windows"], "linebreak-style": ["error", "unix"],
quotes: ["warn", "double"], quotes: ["warn", "double"],
semi: ["error", "never"], semi: ["error", "never"],
"no-unused-vars": "off", "no-unused-vars": "off",