Staging fixes #134

Merged
enes merged 5 commits from fix-staging-worker-desc-spin into staging 2024-08-08 11:04:34 +00:00
Showing only changes of commit 691f060ca0 - Show all commits

View File

@ -7,7 +7,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 41",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 32",
"lint:fix": "eslint . --fix --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:staged": "eslint --fix --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"formatter:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\"",