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
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
💥 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:
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'`
The text was updated successfully, but these errors were encountered: