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

Fix ESLint for VSCode #9055

Conversation

gitKrystan
Copy link
Contributor

@gitKrystan gitKrystan commented Oct 25, 2023

Description

Fix ESLint for VSCode

Notes for the release

@gitKrystan gitKrystan changed the title cherry c811696167415a55b0c1a424c0ebf4585310733d Fix ESLint for VSCode Oct 25, 2023
@gitKrystan gitKrystan force-pushed the cherry-c811696167415a55b0c1a424c0ebf4585310733d branch from c811696 to ef7a2f4 Compare October 25, 2023 18:38
@@ -20,13 +32,13 @@ function rules() {
'prefer-rest-params': 'off',
'prefer-const': 'error',

"prettier/prettier": [
"error",
'prettier/prettier': [
Copy link
Contributor Author

Choose a reason for hiding this comment

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

NOTE: We currently don't lint for prettier (or anything AFAICT) in this part of the project. Should we?

Copy link
Contributor

Choose a reason for hiding this comment

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

probably. I want to separate prettier out like we did in AB frontend, but haven't had a chance to. Would handle this.

Co-authored-by: Chris Thoburn <runspired@gmail.com>
@gitKrystan gitKrystan force-pushed the cherry-c811696167415a55b0c1a424c0ebf4585310733d branch from ef7a2f4 to 9993179 Compare October 25, 2023 18:41
@runspired runspired added 🎯 canary PR is targeting canary (default) 🏷️ chore This PR primarily refactors code or updates dependencies labels Oct 25, 2023
@runspired runspired merged commit fb5b968 into emberjs:main Oct 25, 2023
29 of 32 checks passed
@gitKrystan gitKrystan deleted the cherry-c811696167415a55b0c1a424c0ebf4585310733d branch October 25, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎯 canary PR is targeting canary (default) 🏷️ chore This PR primarily refactors code or updates dependencies
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants