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

Remove deprecated prettier settings #239

Merged
merged 1 commit into from
Jan 3, 2020
Merged

Conversation

danielstreif
Copy link
Collaborator

@danielstreif danielstreif commented Jan 3, 2020

What:

  • remove deprecated settings in settings.json
"prettier.eslintIntegration": true,
"prettier.stylelintIntegration": true

Why:

  • fix legacy options warning

Checklist:

Fixes #236

@pheeria
Copy link
Member

pheeria commented Jan 3, 2020

What about the other changes? Are they necessary or not?

@danielstreif
Copy link
Collaborator Author

What about the other changes? Are they necessary or not?

The documentation says to "continue to use Prettier and your linter we recommend you use the ESLint, TSLint or Stylelint extensions directly". As far as I can see we already use them directly but I wasn't totally sure if we need any further settings for them.

@pheeria pheeria merged commit 84fcbbf into master Jan 3, 2020
@pheeria pheeria deleted the update/prettier_settings branch January 3, 2020 16:04
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.

Fix Prettier legacy options warning
3 participants