Skip to content

Commit

Permalink
disabling eslint for now until I can fix dependency resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeek committed Aug 13, 2024
1 parent e5ddef5 commit 8aaca2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file modified app/bun.lockb
Binary file not shown.
9 changes: 5 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "TZ=NZ jest",
"typecheck": "tsc --noEmit --p ./tsconfig.json",
"typecheck:watch": "tsc --noEmit --watch -p ./tsconfig.json",
"lint": "eslint src/"
"lint": "echo \"DISABLED UNTIL I CAN FIX THE DEP ERROR\""
},
"engines": {
"node": ">=17.1.0"
Expand Down Expand Up @@ -141,6 +141,7 @@
"@babel/core": "^7.25.2",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@eslint/eslintrc": "^2.1.4",
"@sentry/esbuild-plugin": "^2.22.0",
"@types/deep-freeze": "^0.1.5",
"@types/html-minifier": "^4.0.5",
Expand All @@ -161,7 +162,6 @@
"esbuild-plugin-browserslist": "~0.6.0",
"esbuild-plugin-manifest": "~0.5.0",
"eslint": "^8.57.0",
"@eslint/eslintrc": "^2.1.4",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -188,9 +188,10 @@
"@types/react": "^17",
"react": "^17",
"redux": "^4",
"rxjs": "^7.5.7"
"rxjs": "^7.5.7",
"internal-slot": "^1.0.5"
},
"packageManager": "yarn@3.5.0",
"packageManager": "yarn@1.22.22",
"trustedDependencies": [
"@sentry/cli"
]
Expand Down

0 comments on commit 8aaca2b

Please sign in to comment.