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:
I think the perf difference mostly comes from '<template>': 'espree'. In the latest version of this package, it needs to be used together with @vue/eslint-config-typescript, and I added a tsSyntaxInTemplates option there. And luckily, the project option is no longer needed in the latest typescript-eslint versions. Hopefully these changes have helped fix the performance issue in this package.
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: