Skip to content

Commit

Permalink
Rearranging style-guide imports (#5942)
Browse files Browse the repository at this point in the history
  • Loading branch information
imCorfitz authored Sep 13, 2023
1 parent ff636cd commit 8ea97f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/packages/eslint-config-custom/next.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const project = resolve(process.cwd(), "tsconfig.json");
module.exports = {
extends: [
"@vercel/style-guide/eslint/node",
"@vercel/style-guide/eslint/typescript",
"@vercel/style-guide/eslint/browser",
"@vercel/style-guide/eslint/typescript",
"@vercel/style-guide/eslint/react",
"@vercel/style-guide/eslint/next",
"eslint-config-turbo",
Expand Down

1 comment on commit 8ea97f9

@vercel
Copy link

@vercel vercel bot commented on 8ea97f9 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-basic-web – ./examples/basic/apps/web

examples-basic-web.vercel.sh
examples-basic-web-git-main.vercel.sh
turborepo-examples-basic-web.vercel.sh

Please sign in to comment.