mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
help-beta: Turn off failing eslint rule for ZulipTip.astro.
This commit is contained in:
committed by
Tim Abbott
parent
cb852b0fa6
commit
5cb622abbe
@@ -310,9 +310,13 @@ export default tseslint.config(
|
||||
},
|
||||
...astroConfigs.recommended,
|
||||
{
|
||||
files: ["help-beta/src/components/ZulipNote.astro"],
|
||||
files: [
|
||||
"help-beta/src/components/ZulipNote.astro",
|
||||
"help-beta/src/components/ZulipTip.astro",
|
||||
],
|
||||
rules: {
|
||||
"import/unambiguous": "off",
|
||||
"@typescript-eslint/consistent-type-assertions": "off",
|
||||
},
|
||||
},
|
||||
);
|
||||
|
Reference in New Issue
Block a user