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 5ba3c68 commit ec1d959Copy full SHA for ec1d959
eslint.config.ts
@@ -30,7 +30,7 @@ export default tseslint.config(
30
"no-cond-assign": 0,
31
"no-eq-null": 0,
32
strict: 0,
33
- "prettier/prettier": 2,
+ "prettier/prettier": [2, { endOfLine: "auto" }],
34
"no-proto": 2,
35
// Disabled to allow namespaced ROS message types since that's how we think about message types in ROS
36
"@typescript-eslint/no-namespace": 0,
0 commit comments