Fix ESLint config syntax
Some checks failed
CI Pipeline / Rust Format Check (push) Successful in 4s
CI Pipeline / Clippy Lints (push) Successful in 44s
CI Pipeline / Rust Unit Tests (push) Successful in 1m1s
CI Pipeline / Security Audit (push) Successful in 4s
CI Pipeline / Frontend Lint & Type Check (push) Failing after 9s
CI Pipeline / Build .deb & Release (push) Has been skipped
Some checks failed
CI Pipeline / Rust Format Check (push) Successful in 4s
CI Pipeline / Clippy Lints (push) Successful in 44s
CI Pipeline / Rust Unit Tests (push) Successful in 1m1s
CI Pipeline / Security Audit (push) Successful in 4s
CI Pipeline / Frontend Lint & Type Check (push) Failing after 9s
CI Pipeline / Build .deb & Release (push) Has been skipped
This commit is contained in:
@ -42,9 +42,7 @@ export default [
|
|||||||
'no-var': 'error',
|
'no-var': 'error',
|
||||||
'eqeqeq': ['error', 'always'],
|
'eqeqeq': ['error', 'always'],
|
||||||
'curly': ['error', 'multi-line'],
|
'curly': ['error', 'multi-line'],
|
||||||
|
},
|
||||||
// Code quality
|
|
||||||
'no-console': ['warn', { allow: ['warn', 'error'] }],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
files: ['**/*.js'],
|
files: ['**/*.js'],
|
||||||
|
|||||||
Reference in New Issue
Block a user