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 935116f commit e9a4932Copy full SHA for e9a4932
unraid-ui/eslint.config.ts
@@ -19,7 +19,7 @@ const commonRules = {
19
'error',
20
{ allowSameFolder: false, rootDir: 'src', prefix: '@' },
21
],
22
- 'prettier/prettier': 'error',
+ 'prettier/prettier': 'warn',
23
'no-restricted-globals': [
24
25
{
0 commit comments