config: update eslintrc
This commit is contained in:
@@ -61,6 +61,10 @@ module.exports = {
|
||||
'ts-nocheck': false,
|
||||
'ts-expect-error': 'allow-with-description',
|
||||
}],
|
||||
// Ignore some no-used-vars
|
||||
'@typescript-eslint/no-unused-vars': ['warn', {
|
||||
'argsIgnorePattern': '^_',
|
||||
}],
|
||||
|
||||
/* Svelte
|
||||
========================================= */
|
||||
@@ -72,6 +76,8 @@ module.exports = {
|
||||
avoidInvalidUnquotedInHTML: false,
|
||||
}
|
||||
}],
|
||||
// Enable @html
|
||||
'svelte/no-at-html-tags': 'off',
|
||||
},
|
||||
settings: {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user