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

Prettier/ESLint format not respected on large amount of files #3

Open
mbnott opened this issue Aug 16, 2024 · 0 comments
Open

Prettier/ESLint format not respected on large amount of files #3

mbnott opened this issue Aug 16, 2024 · 0 comments

Comments

@mbnott
Copy link
Contributor

mbnott commented Aug 16, 2024

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Run npx prettier -c . at the root of the project to check the formatting of all files

Any log messages given by the failure

A list of all non-conforming files is shown upon typing the previous command:

[warn] cli/index.js
[warn] firebase.json
[warn] index.html
[warn] jest.config.json
[warn] lib/constant.ts
[warn] lib/providers/auth/firebase.ts
[warn] lib/providers/storage/fleek.ts
[warn] lib/sdk.ts
[warn] lib/services/auth.servcie.ts
[warn] lib/vite-env.d.ts
[warn] package-lock.json
[warn] package.json
[warn] src/firebase-web3connect.service.ts
[warn] src/main.ts
[warn] src/style.css
[warn] tsconfig-build.json
[warn] Code style issues found in 16 files. Run Prettier to fix.

Expected/desired behavior

No prettier-formatting related warnings upon opening an IDE with ESLint installed or running the previous command.

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Versions

Ubuntu 22.04.4 LTS on Windows 10 x86_64 (WSL)

Mention any other details that might be useful

Mostly only typescript files should conform to the Prettier format, .html or .json files can be ignored.

FazioNico added a commit that referenced this issue Dec 6, 2024
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

No branches or pull requests

1 participant