Skip to content

Commit 0a5ec8c

Browse files
jacobparisericallam
authored andcommitted
fix: add prerequisite lint plugins
1 parent 8f467d1 commit 0a5ec8c

File tree

3 files changed

+854
-122
lines changed

3 files changed

+854
-122
lines changed

apps/webapp/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
"@tailwindcss/forms": "^0.5.3",
189189
"@tailwindcss/typography": "^0.5.9",
190190
"@total-typescript/ts-reset": "^0.4.2",
191+
"@trigger.dev/eslint-plugin": "workspace:*",
191192
"@types/bcryptjs": "^2.4.2",
192193
"@types/compression": "^1.7.2",
193194
"@types/eslint": "^8.4.6",
@@ -221,6 +222,9 @@
221222
"esbuild": "^0.15.10",
222223
"eslint": "^8.24.0",
223224
"eslint-config-prettier": "^8.5.0",
225+
"eslint-plugin-import": "^2.29.1",
226+
"eslint-plugin-react-hooks": "^4.6.2",
227+
"eslint-plugin-turbo": "^2.0.4",
224228
"npm-run-all": "^4.1.5",
225229
"postcss-import": "^16.0.1",
226230
"postcss-loader": "^8.1.1",
@@ -239,4 +243,4 @@
239243
"engines": {
240244
"node": ">=16.0.0"
241245
}
242-
}
246+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"@types/node": "18.17.1",
5454
"autoprefixer": "^10.4.12",
5555
"eslint-config-custom": "workspace:*",
56+
"eslint-plugin-turbo": "^2.0.4",
5657
"prettier": "^3.0.0",
5758
"tsx": "^3.7.1",
5859
"turbo": "^1.10.3",

0 commit comments

Comments
 (0)