eslint-config-xo-vue icon indicating copy to clipboard operation
eslint-config-xo-vue copied to clipboard

ESLint shareable config for Vue to be used with eslint-config-xo https://github.com/xojs/xo

Results 26 eslint-config-xo-vue issues
Sort by recently updated
recently updated
newest added

My XO Configuration. ```json "xo": { "prettier": true, "envs": [ "browser", "node" ], "extends": [ "@nuxtjs/eslint-config-typescript", "plugin:nuxt/recommended", "xo-vue" ], "extensions": [ ".js", ".ts", ".vue" ] }, ``` There is some...

The `"eslint": ">=6"` peer dependency constraint makes npm refuse to install this in my project using ESLint 7; ```bash npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm...

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=yarn&package_name=snyk&from_version=1.520.0&to_version=1.685.0&pr_id=66445430-0af4-4f30-9f0f-0bddcfc7f549&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Snyk has created this PR to upgrade vue-eslint-parser from 7.2.0 to 7.3.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to upgrade snyk from 1.401.0 to 1.402.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

I've installed `eslint-config-xo-vue` to be used with XO, just like in the documentation. XO required some more plugin libraries like `eslint-plugin-node`, `eslint-plugin-eslint-comments`, `eslint-plugin-ava` and `eslint-config-xo`. I'm not sure why this...