eslint-config-xo-vue
eslint-config-xo-vue copied to clipboard
The method in the README for setting up XO not work
After Installing xo eslint-config-xo-vue eslint-plugin-vue
Not Work
"xo": {
"extends": ["xo-vue"],
}
Work
"xo": {
"extends": ["plugin:vue/recommended"],
}