Skip to content

Commit

Permalink
Refactor select widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed May 12, 2023
1 parent 3f5fefe commit 4ab6d00
Show file tree
Hide file tree
Showing 25 changed files with 653 additions and 2,039 deletions.
2 changes: 1 addition & 1 deletion .eslintcache

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
"react/no-unescaped-entities": "off",
"react/react-in-jsx-scope": "off",
"react/display-name": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off",
},
Expand Down
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"db:migrate": "ts-node --require dotenv/config ./src/bin/db.ts migrate",
"db:generate": "npx drizzle-kit generate:pg",
"user": "ts-node --require dotenv/config ./src/bin/user.ts",
"tsc": "tsc",
"start": "ts-node --require dotenv/config ./src/server.ts",
"typecheck": "tsc --noEmit",
"test": "dotenv -e .env.test -- vitest --single-thread"
},
"dependencies": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"pino-pretty": "^10.0.0",
"regenerator-runtime": "^0.13.11",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"typescript": "^5.0.4",
"vite-tsconfig-paths": "^4.0.8",
"vitest": "^0.29.8"
}
Expand Down
3 changes: 3 additions & 0 deletions apps/scraper/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.cache

distillers.json
brands.json

0 comments on commit 4ab6d00

Please sign in to comment.