chore: Disable eslint checks on puter-js tests

These currently work in a way that's different from what eslint expects,
so disable it. At some point it would be good if it could check them
(and if the tests could run on CI) but right now they just make a lot of
noise.
This commit is contained in:
Sam Atkins 2024-04-25 16:45:49 +01:00
parent 8cf6379de3
commit 11f3e29604
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* eslint-disable */
// TODO: Make these more compatible with eslint
naughtyStrings = [
"文件.txt", // Chinese characters
"файл.txt", // Cyrillic characters

View File

@ -1,3 +1,5 @@
/* eslint-disable */
// TODO: Make these more compatible with eslint
window.kvTests = [
testSetKeyWithValue = async function() {
try {