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