Implement es-lint-plugin-compat

This commit is contained in:
redphx
2024-07-28 09:00:31 +07:00
parent fd21fe63f7
commit 03eb323fd9
4 changed files with 22 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
"name": "better-xcloud",
"module": "src/index.ts",
"type": "module",
"browserslist": [
"Chrome >= 80"
],
"bin": {
"build": "build.ts"
},
@@ -9,6 +12,8 @@
"@types/bun": "^1.1.6",
"@types/node": "^20.14.12",
"@types/stylus": "^0.48.42",
"eslint": "^9.8.0",
"eslint-plugin-compat": "^6.0.0",
"stylus": "^0.63.0"
},
"peerDependencies": {