turn all eslint errors into warnings for now

This commit is contained in:
f0x 2024-11-06 14:21:01 +01:00
commit 7f4d9b689a
3 changed files with 14 additions and 7 deletions

View file

@ -47,7 +47,7 @@
"@babel/preset-typescript": "^7.24.1",
"@browserify/envify": "^6.0.0",
"@browserify/uglifyify": "^6.0.0",
"@f0x52/eslint-config": "^2.0.9",
"@f0x52/eslint-config": "^2.0.11",
"@types/html-to-text": "^9.0.4",
"@types/is-valid-domain": "^0.0.2",
"@types/papaparse": "^5.3.9",
@ -62,6 +62,7 @@
"css-extract": "^2.0.0",
"eslint": "^9.14.0",
"eslint-plugin-license-header": "^0.6.0",
"eslint-plugin-only-warn": "^1.1.0",
"factor-bundle": "^2.5.0",
"icssify": "^2.0.0",
"postcss": "^8.4.18",
@ -73,4 +74,4 @@
"typescript": "^5.6.3",
"typia": "^6.11.3"
}
}
}