diff --git a/compiler/forget/packages/eslint-plugin-react-forget/package.json b/compiler/forget/packages/eslint-plugin-react-forget/package.json index 59896f0af1..f1fd397b95 100644 --- a/compiler/forget/packages/eslint-plugin-react-forget/package.json +++ b/compiler/forget/packages/eslint-plugin-react-forget/package.json @@ -11,11 +11,7 @@ "exports": "./lib/index.js", "scripts": { "build": "tsc", - "lint": "npm-run-all \"lint:*\"", - "lint:eslint-docs": "npm-run-all \"update:eslint-docs -- --check\"", - "lint:js": "eslint .", - "test": "tsc && jest", - "update:eslint-docs": "eslint-doc-generator" + "test": "tsc && jest" }, "dependencies": { "@babel/core": "^7.19.1",