Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

typescript with eslint auto fix and format #807

Open
daniel007enirman opened this issue Jun 29, 2021 · 1 comment
Open

typescript with eslint auto fix and format #807

daniel007enirman opened this issue Jun 29, 2021 · 1 comment

Comments

@daniel007enirman
Copy link

Any idea

@scscgit
Copy link
Contributor

scscgit commented Aug 5, 2021

I implemented the lintfix as part of #829 together with code style format using prettier. Is this what you were looking for, or do you have some specific requirements? The eslint lintfix can be performed directly using:

  • yarn lint:js --fix
  • npm run lint:js -- --fix

while you also add .ts as part of extensions inside lint:js to enable explicit TypeScript files (on top of TS inside .vue).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants