mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-06 04:21:38 +00:00
Disable newly added eslint rules
This commit is contained in:
@@ -26,5 +26,9 @@ module.exports = {
|
||||
parser: '@typescript-eslint/parser'
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
rules: {
|
||||
'svelte/no-at-html-tags': 'off',
|
||||
'svelte/valid-compile': 'off'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user