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

Use eslint plugins to run prettier #3971

Merged
merged 3 commits into from
Jul 6, 2017
Merged

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented Jul 6, 2017

Summary
Fixes #3575

Test plan
Lint should pass

@@ -10,6 +10,8 @@ module.exports = {
extends: [
'./packages/eslint-config-fb-strict/index.js',
'plugin:import/errors',
'prettier',
'prettier/flowtype',
Copy link
Member Author

Choose a reason for hiding this comment

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

Doesn't seem like any flowtype style rules were applied, so might want to remove this

@cpojer
Copy link
Member

cpojer commented Jul 6, 2017

This is great, thank you so much @SimenB. Improving the tooling and structure of the project always pays off long-term and helps everybody else make better contributions.

@codecov-io
Copy link

Codecov Report

Merging #3971 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3971   +/-   ##
=======================================
  Coverage   59.85%   59.85%           
=======================================
  Files         196      196           
  Lines        6760     6760           
  Branches        6        6           
=======================================
  Hits         4046     4046           
  Misses       2711     2711           
  Partials        3        3
Impacted Files Coverage Δ
packages/eslint-config-fb-strict/index.js 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a7acc5a...d14fd30. Read the comment docs.

@cpojer cpojer merged commit 1700a40 into jestjs:master Jul 6, 2017
@SimenB SimenB deleted the prettier-eslint branch July 6, 2017 10:51
tushardhole pushed a commit to tushardhole/jest that referenced this pull request Aug 21, 2017
* Use eslint plugins to run prettier

Fixes jestjs#3575

* Remove redundant prettier script file

* Don't run prettier on markdown files (they are not fixable)
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use eslint-plugin-prettify.
4 participants