Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Lint command is not fixing properly the code #1775

Closed
fox1t opened this issue Jan 29, 2020 · 3 comments · Fixed by #1780
Closed

Lint command is not fixing properly the code #1775

fox1t opened this issue Jan 29, 2020 · 3 comments · Fixed by #1780
Labels
🐛bug issue/pull request that documents/fixes a bug good first issue indicates an issue is good for a first time contributor help wanted indicates that an issue is open for contributions
Milestone

Comments

@fox1t
Copy link
Member

fox1t commented Jan 29, 2020

💥 Regression Report

In this PR we discovered that the code wasn't formatted properly.

Last working version

Worked up to version: We don't really know

To Reproduce

Steps to reproduce the behavior:

  • Commit some code that is clearly not properly formatted, ex. import {cuzz} from 'cuzzo' instead of the correctimport { cuzz } from 'cuzzo'.

Expected behavior

In the above example the code should be formatted and committed correctly.

`import { cuzz } from 'cuzzo'`
@matteovivona matteovivona added 🐛bug issue/pull request that documents/fixes a bug help wanted indicates that an issue is open for contributions good first issue indicates an issue is good for a first time contributor labels Jan 30, 2020
@matteovivona matteovivona added this to the v2.0.0 milestone Jan 30, 2020
@matteo1976
Copy link

can I work on this issue?

@jackcmeyer
Copy link
Member

@matteo1976 of course!

ocBruno added a commit to ocBruno/hospitalrun-frontend that referenced this issue Feb 2, 2020
see if navbar.tsx line 4 has been correctly lint fixed

fix HospitalRun#1775
ocBruno added a commit to ocBruno/hospitalrun-frontend that referenced this issue Feb 2, 2020
ocBruno added a commit to ocBruno/hospitalrun-frontend that referenced this issue Feb 2, 2020
ocBruno added a commit to ocBruno/hospitalrun-frontend that referenced this issue Feb 2, 2020
@matteovivona
Copy link
Contributor

@matteo1976 seems there is already a PR #1780

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐛bug issue/pull request that documents/fixes a bug good first issue indicates an issue is good for a first time contributor help wanted indicates that an issue is open for contributions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants