Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Linting vue is slow #32

Closed
razbakov opened this issue Jul 24, 2019 · 3 comments
Closed

Linting vue is slow #32

razbakov opened this issue Jul 24, 2019 · 3 comments

Comments

@razbakov
Copy link

Steps to reproduce

  1. Create a new project:
quasar create example
cd example
quasar ext add @quasar/typescript
  1. Fix all the errors (see Initial lint errors #31)

without vue < 5 sec

eslint --ext .js,.ts --ignore-path .gitignore ./

✨ Done in 3.85s.

with vue > 5 sec

eslint --ext .js,.ts,.vue --ignore-path .gitignore ./

✨ Done in 8.55s.

@IlCallo
Copy link
Member

IlCallo commented Aug 19, 2019

Should be solved when we move to typescript-eslint v2, but there are some problems we must tackle first: #23

@Maissacrement
Copy link

You can specify what are you linitng too, can you try add './src' ?

eslint --ext .js,.ts,.vue --ignore-path .gitignore ./src

@IlCallo
Copy link
Member

IlCallo commented Apr 14, 2020

typescript-eslint v2 has been integrated and linting should be much faster than before

@IlCallo IlCallo closed this as completed Apr 14, 2020
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

3 participants