mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-26 16:52:06 +05:30
Enable linting for /tsx?/ files
This commit is contained in:
parent
c93a1368f7
commit
2a2a473e39
@ -28,8 +28,8 @@
|
||||
"e2e": "yarn --cwd ./tests-e2e test",
|
||||
"test": "jest",
|
||||
"test:watch": "yarn test --watch",
|
||||
"lint": "eslint --fix --quiet .",
|
||||
"lint:check": "eslint --quiet .",
|
||||
"lint": "eslint --ext js,ts,tsx --fix --quiet .",
|
||||
"lint:check": "eslint --ext js,ts,tsx --quiet .",
|
||||
"prettier": "prettier --write \"{packages/**/*,tests-e2e/**/*,jest/**/*,config/**/*,*}.{js,ts,tsx,json,md,scss,css}\"",
|
||||
"prettier:check": "prettier --check \"{packages/**/*,tests-e2e/**/*,jest/**/*,config/**/*,*}.{js,ts,tsx,json,md,scss,css}\"",
|
||||
"ts:check": "tsc",
|
||||
|
Loading…
Reference in New Issue
Block a user