mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Allow any in reviewer/index.ts
This commit is contained in:
parent
f52df75bc2
commit
1c1181b9e0
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
/* eslint
|
/* eslint
|
||||||
@typescript-eslint/no-non-null-assertion: "off",
|
@typescript-eslint/no-non-null-assertion: "off",
|
||||||
|
@typescript-eslint/no-explicit-any: "off",
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import "css-browser-selector/css_browser_selector";
|
import "css-browser-selector/css_browser_selector";
|
||||||
|
|
Loading…
Reference in a new issue