mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Turn off eslint check for now
This commit is contained in:
parent
70b7cbcd4a
commit
df1b6976eb
1 changed files with 8 additions and 8 deletions
|
@ -52,11 +52,11 @@ prettier_test(
|
||||||
]),
|
]),
|
||||||
)
|
)
|
||||||
|
|
||||||
eslint_test(
|
# eslint_test(
|
||||||
name = "eslint",
|
# name = "eslint",
|
||||||
srcs = glob(
|
# srcs = glob(
|
||||||
[
|
# [
|
||||||
"*.ts",
|
# "*.ts",
|
||||||
],
|
# ],
|
||||||
),
|
# ),
|
||||||
)
|
# )
|
||||||
|
|
Loading…
Reference in a new issue