We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1b74b commit 4b59f47Copy full SHA for 4b59f47
eslint.config.mjs
@@ -38,7 +38,7 @@ export default tseslint.config([
38
"no-undef": "off",
39
"@typescript-eslint/no-require-imports": "off",
40
"@typescript-eslint/no-unused-vars": "off",
41
- "linebreak-style": ["error", process.platform === "win32" ? "windows" : "unix"],
+ "linebreak-style": ["error", "unix"],
42
semi: ["error", "always"],
43
"@typescript-eslint/ban-ts-comment": "off",
44
"@typescript-eslint/consistent-type-definitions": ["error", "interface"],
0 commit comments