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 56fd202 commit da193ecCopy full SHA for da193ec
invokeai/frontend/.eslintrc.js
@@ -31,6 +31,7 @@ module.exports = {
31
'space-before-blocks': 'error',
32
'import/prefer-default-export': 'off',
33
'@typescript-eslint/no-unused-vars': ['warn', { varsIgnorePattern: '_+' }],
34
+ 'prettier/prettier': ['error', { endOfLine: 'auto' }],
35
},
36
settings: {
37
react: {
0 commit comments