Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ESLint configuration #14

Open
8 tasks
jpmckinney opened this issue May 6, 2021 · 0 comments
Open
8 tasks

Improve ESLint configuration #14

jpmckinney opened this issue May 6, 2021 · 0 comments

Comments

@jpmckinney
Copy link
Member

jpmckinney commented May 6, 2021

I've added some plugins in package.json. However, I've had to disable some rules that were failing.

  • Get rules to pass
    • "import/no-named-as-default": 0
    • "import/no-unresolved": 0
    • "vue/no-v-html": 0
    • "vue/require-default-prop": 0
    • "vue/require-prop-types": 0
  • Add "plugin:node/recommended"
    • You will probably need to set "type": "module" and "engines": {"node": ">=10.0.0"}
  • Add https://www.npmjs.com/package/eslint-plugin-promise
@jpmckinney jpmckinney added this to the Cleanup milestone Jan 17, 2023
@jpmckinney jpmckinney added the vue label Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant