Skip to content

Commit f5e151c

Browse files
committed
ESLint linebreak on windows
1 parent de91505 commit f5e151c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export default [
4747
},
4848
rules: {
4949
semi: ['warn', 'always'],
50+
"prettier/prettier": ["warn", {"endOfLine": "auto" }],
5051
'no-unused-vars': 'off', //Let '@typescript-eslint/no-unused-vars' catch the errors to allow unused function parameters (ex: in interfaces)
5152
'no-var': 'error',
5253
'import/no-unresolved': 'off',

0 commit comments

Comments
 (0)