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 2c73c3d commit 440d809Copy full SHA for 440d809
4 files changed
eslint.config.js
@@ -16,6 +16,7 @@ export default antfu({
16
'no-self-assign': 'off',
17
'no-console': 'off',
18
'jsonc/object-curly-spacing': 'off',
19
+ 'import/no-mutable-exports': 'off',
20
'svelte/html-quotes': [
21
'error',
22
{
0 commit comments