Revert "Bump eslint from 8.45.0 to 8.46.0"

This commit is contained in:
reidlab 2023-07-28 14:39:09 -07:00 committed by GitHub
parent 037864b64f
commit a7ff3796fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 37 additions and 242 deletions

View file

@ -20,15 +20,14 @@
"watch": "rbxtsc -w --rojo default.project.json --verbose",
"lint": "eslint src tests --max-warnings 0",
"serve": "rojo serve default.project.json",
"test": "yarn run build && run-in-roblox --place build.rbxl --script out/tests/runners/run.server.lua",
"deploy": "yarn run build && mantle deploy -e default"
"test": "yarn run build && run-in-roblox --place build.rbxl --script out/tests/runners/run.server.lua"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.1.1-types.0",
"@rbxts/types": "^1.0.707",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.46.0",
"eslint": "^8.42.0",
"eslint-plugin-roblox-ts": "^0.0.35",
"typescript": "^5.1.3"
},