mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +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,
|
...astroConfigs.recommended,
|
||||||
{
|
{
|
||||||
files: ["help-beta/src/components/ZulipNote.astro"],
|
files: [
|
||||||
|
"help-beta/src/components/ZulipNote.astro",
|
||||||
|
"help-beta/src/components/ZulipTip.astro",
|
||||||
|
],
|
||||||
rules: {
|
rules: {
|
||||||
"import/unambiguous": "off",
|
"import/unambiguous": "off",
|
||||||
|
"@typescript-eslint/consistent-type-assertions": "off",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user