fix: remove lint translations (#43762)

This commit is contained in:
Nicholas Carrigan (he/him)
2021-10-07 09:08:25 -07:00
committed by GitHub
parent 80b1905cd0
commit 571b4c0354

View File

@ -65,7 +65,6 @@
"lint:challenges": "cd ./curriculum && npm run lint", "lint:challenges": "cd ./curriculum && npm run lint",
"lint:js": "eslint --max-warnings 0 .", "lint:js": "eslint --max-warnings 0 .",
"lint:ts": "tsc -p client && tsc -p tools/ui-components", "lint:ts": "tsc -p client && tsc -p tools/ui-components",
"lint:translations": "cd ./client && npm run lint",
"lint:prettier": "prettier --list-different .", "lint:prettier": "prettier --list-different .",
"postinstall": "npm run bootstrap", "postinstall": "npm run bootstrap",
"seed": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedAuthUser", "seed": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedAuthUser",