Skip to content

Commit 4b59f47

Browse files
committed
eslint rule for line endings
1 parent 9f1b74b commit 4b59f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default tseslint.config([
3838
"no-undef": "off",
3939
"@typescript-eslint/no-require-imports": "off",
4040
"@typescript-eslint/no-unused-vars": "off",
41-
"linebreak-style": ["error", process.platform === "win32" ? "windows" : "unix"],
41+
"linebreak-style": ["error", "unix"],
4242
semi: ["error", "always"],
4343
"@typescript-eslint/ban-ts-comment": "off",
4444
"@typescript-eslint/consistent-type-definitions": ["error", "interface"],

0 commit comments

Comments
 (0)