Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(packages): eslint-config-turbo #1628

Merged
merged 2 commits into from
Aug 4, 2022

Conversation

tknickman
Copy link
Member

eslint-config-turbo

Setting up lint for turbo is now as easy as adding turbo to your eslint extends array:

{
  "extends": ["turbo"]
}

@vercel
Copy link

vercel bot commented Aug 4, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
turbo-site ✅ Ready (Inspect) Visit Preview Aug 4, 2022 at 8:20PM (UTC)

@kodiakhq kodiakhq bot merged commit 90c07ae into main Aug 4, 2022
@tknickman tknickman deleted the tomknickman/turbo-231-create-eslint-config-turbo branch August 4, 2022 21:02
Copy link
Contributor

@nathanhammond nathanhammond left a comment

Choose a reason for hiding this comment

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

Opened a PR for this.

"peerDependencies": {
"eslint": "^7.23.0 || ^8.0.0"
},
"license": "ISC"
Copy link
Contributor

Choose a reason for hiding this comment

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

MPL2

@@ -29,7 +29,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"eslint": "^8.21.0"
"eslint": "^7.23.0 || ^8.0.0"
},
"license": "ISC"
Copy link
Contributor

Choose a reason for hiding this comment

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

MPL2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants