fix: remove lint translations (#43762)
This commit is contained in:
committed by
GitHub
parent
80b1905cd0
commit
571b4c0354
@ -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",
|
||||||
|
Reference in New Issue
Block a user