You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some conflicts which have to be resolved. drilbur can't lint whysoever while ralts is able to do so. They share the same config so... idk. Somehow drilbur needs to have the no-unused-var rule set as described here: prettier/eslint-plugin-prettier#306 (comment)
Drilbur lint
Ralts lint
Also the should be passed one day ago test in tonemato-utils sometimes fails. It seems that has to do with some race condition, since between setting the date on yesterday and checking if a whole day has passed, there is so little time that it might actually fail.
The text was updated successfully, but these errors were encountered:
There are some conflicts which have to be resolved.
drilbur
can't lint whysoever whileralts
is able to do so. They share the same config so... idk. Somehowdrilbur
needs to have theno-unused-var
rule set as described here: prettier/eslint-plugin-prettier#306 (comment)Drilbur lint
Ralts lint
Also the
should be passed one day ago
test intonemato-utils
sometimes fails. It seems that has to do with some race condition, since between setting the date onyesterday
and checking if a whole day has passed, there is so little time that it might actually fail.The text was updated successfully, but these errors were encountered: