You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm migrating one of my projects to a fresh create-vue. I have notice a big performance difference when using @vue/eslint-config-standard-with-typescript and following config changes of parserOptions:
Hi,
I'm migrating one of my projects to a fresh
create-vue
. I have notice a big performance difference when using@vue/eslint-config-standard-with-typescript
and following config changes ofparserOptions
:Performance test:
parserOptions
: 47sparserOptions
: 98sMy
eslint
run was twice as fast. Not sure if this is suitable for everyone.Edit
What could be also interesting
Glob pattern in parser's option "project" slows down linting
(typescript-eslint/typescript-eslint#2611)The text was updated successfully, but these errors were encountered: