From 571b4c035453226a3d8ed8ca24c348259362adfa Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Thu, 7 Oct 2021 09:08:25 -0700 Subject: [PATCH] fix: remove lint translations (#43762) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9f497d00a7..c82f44d6e0 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,6 @@ "lint:challenges": "cd ./curriculum && npm run lint", "lint:js": "eslint --max-warnings 0 .", "lint:ts": "tsc -p client && tsc -p tools/ui-components", - "lint:translations": "cd ./client && npm run lint", "lint:prettier": "prettier --list-different .", "postinstall": "npm run bootstrap", "seed": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedAuthUser",