Skip to content

Commit

Permalink
feat(watch): enable to search for watch resources by query (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen authored Jul 5, 2024
1 parent 9922648 commit bd6d12e
Show file tree
Hide file tree
Showing 18 changed files with 1,388 additions and 2,886 deletions.
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"plugins": ["unused-imports", "simple-import-sort", "prettier"],
"extends": ["next", "plugin:tailwindcss/recommended", "prettier"],
"overrides": [
{
Expand Down Expand Up @@ -32,10 +33,10 @@
}
}
],
"plugins": ["unused-imports", "simple-import-sort"],
"rules": {
"unused-imports/no-unused-imports": "error",
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error"
"simple-import-sort/exports": "error",
"prettier/prettier": 2
}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"serve": "^14.0.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwind-variants": "^0.2.1",
"use-debounce": "^10.0.1",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
Expand All @@ -41,6 +42,7 @@
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tailwindcss": "3.17.4",
"eslint-plugin-unused-imports": "^4.0.0",
Expand Down
Loading

0 comments on commit bd6d12e

Please sign in to comment.