Skip to content

Commit

Permalink
Revert to upgrade eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Nov 12, 2024
1 parent 65ecfcb commit 53a6182
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 596 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_DOCS }}

- name: Intermediate cleanup
run: rm -rf .vercel

- name: Pull Vercel Environment Information (Example)
run: vercel pull --yes --environment=${{ inputs.environment }} --token=${{ secrets.VERCEL_TOKEN }}
env:
Expand Down
13 changes: 6 additions & 7 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint": "^9.14.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "2.2.3",
"eslint-plugin-react": "7.37.2"
"eslint": "^7.23.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-turbo": "latest",
"eslint-plugin-react": "7.31.8"
},
"devDependencies": {
"typescript": "^4.7.4",
"@typescript-eslint/parser": "^8.13.0"
"typescript": "^4.7.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 53a6182

Please sign in to comment.