👷(frontend) add linting and formatting checks for frontend
Added CI job to run linting and formatting checks in the frontend codebase. Please note, we should cache frontend dependencies, to avoid re-installing them. Future improvement!
This commit is contained in:
committed by
aleb_the_flash
parent
0b6f58bf9c
commit
5d35161ae3
@@ -9,7 +9,8 @@
|
||||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "vite preview",
|
||||
"i18n:extract": "npx i18next -c i18next-parser.config.json",
|
||||
"format": "prettier --write ./src"
|
||||
"format": "prettier --write ./src",
|
||||
"check": "prettier --check ./src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@livekit/components-react": "2.3.3",
|
||||
|
||||
Reference in New Issue
Block a user