merged and rebuilt

This commit is contained in:
Mary Hipp
2023-03-13 09:55:56 -04:00
243 changed files with 6812 additions and 78811 deletions

View File

@@ -9,7 +9,7 @@
"build:package": "vite build --mode=package",
"preview": "vite preview",
"lint:madge": "madge --circular src/main.tsx",
"lint:eslint": "eslint --max-warnings=0",
"lint:eslint": "eslint --max-warnings=0 .",
"lint:prettier": "prettier --check .",
"lint:tsc": "tsc --noEmit",
"lint": "yarn run lint:eslint && yarn run lint:prettier && yarn run lint:tsc && yarn run lint:madge",