Skip to content

Commit 365caf0

Browse files
authored
Fix end of line linting (#18069)
* fix end of line linting * remove line
1 parent 8e319bb commit 365caf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eslint.config.mjs

+6
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ export default [
130130
],
131131
"@typescript-eslint/semi": "warn",
132132
//...jsxA11y.flatConfigs.recommended.rules,
133+
"prettier/prettier": [
134+
"warn",
135+
{
136+
endOfLine: "auto",
137+
},
138+
],
133139
},
134140
},
135141
];

0 commit comments

Comments
 (0)