vuejs / eslint-plugin-vue

Official ESLint plugin for Vue.js
https://eslint.vuejs.org/
MIT License
4.47k stars 667 forks source link

docs: fix build on windows #2493

Closed Lehoczky closed 4 months ago

Lehoczky commented 4 months ago

Resolves #2492

This PR uses pathe instead of the built-in path module from Node.js to handle the different file separators between Windows and other operating systems.

I tested it, and works, it's only a draft because I'm not sure you want to add another dependency to the project, even if it is only a dev dependency.