vuejs / vue-eslint-parser

The ESLint custom parser for `.vue` files.
MIT License
450 stars 74 forks source link

Bring eslint-plugin-vue/lib/utils to vue-eslint-parser #102

Open tyankatsu0105 opened 3 years ago

tyankatsu0105 commented 3 years ago

Hi, I'm a core maintainer of eslint-plugin-gridsome that depend on vue-eslint-parser.

eslint-plugin-vue/lib/utils are great utils for a plugin that depend on vue-eslint-parser. So I want to use the utils as vue-eslint-parser's module.

tyankatsu0105 commented 3 years ago

I will work this issue.