Skip to content

Commit da193ec

Browse files
ESLint EOL Fix
1 parent 56fd202 commit da193ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module.exports = {
3131
'space-before-blocks': 'error',
3232
'import/prefer-default-export': 'off',
3333
'@typescript-eslint/no-unused-vars': ['warn', { varsIgnorePattern: '_+' }],
34+
'prettier/prettier': ['error', { endOfLine: 'auto' }],
3435
},
3536
settings: {
3637
react: {

0 commit comments

Comments
 (0)