Skip to content

Commit ec1d959

Browse files
authored
Tell ESLint to leave CRLF/LF handling to Git (#1032)
1 parent 5ba3c68 commit ec1d959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default tseslint.config(
3030
"no-cond-assign": 0,
3131
"no-eq-null": 0,
3232
strict: 0,
33-
"prettier/prettier": 2,
33+
"prettier/prettier": [2, { endOfLine: "auto" }],
3434
"no-proto": 2,
3535
// Disabled to allow namespaced ROS message types since that's how we think about message types in ROS
3636
"@typescript-eslint/no-namespace": 0,

0 commit comments

Comments
 (0)