From 2a882d798bbed17f34e76f97e77c81ad783bb0e1 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Mon, 3 Jul 2023 12:25:35 -0400 Subject: [PATCH] [eslint-plugin][ez] Remove unused scripts --- .../forget/packages/eslint-plugin-react-forget/package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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",