Skip to content

Commit

Permalink
Updated eslint-config-vercel-ai to not use workspace:* format
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrush committed Aug 6, 2024
1 parent fa32ca5 commit a2436b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@playwright/test": "^1.44.1",
"chalk": "^5.3.0",
"eslint": "^7.32.0",
"eslint-config-vercel-ai": "workspace:*",
"eslint-config-vercel-ai": "tools/eslint-config",
"husky": "^8.0.0",
"lint-staged": "^15.2.4",
"next": "15.0.0-canary.23",
Expand Down Expand Up @@ -57,5 +57,6 @@
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "all"
}
},
"workspaces": ["tools/eslint-config"]
}

0 comments on commit a2436b5

Please sign in to comment.