Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
[
{
"key": "vue/comment-directive",
"name": "Support comment-directives in ",
"description": "See description of ESLint rule vue/comment-directive at the eslint-plugin-vue website."
},
{
"key": "vue/jsx-uses-vars",
"name": "Prevent variables used in jsx to be marked as unused",
"description": "See description of ESLint rule vue/jsx-uses-vars at the eslint-plugin-vue website."
},
{
"key": "vue/no-async-in-computed-properties",
"type": "BUG",
"name": "Disallow asynchronous actions in computed properties",
"description": "See description of ESLint rule vue/no-async-in-computed-properties at the eslint-plugin-vue website."
},
{
"key": "vue/no-dupe-keys",
"type": "BUG",
"name": "Disallow duplication of field names",
"description": "See description of ESLint rule vue/no-dupe-keys at the eslint-plugin-vue website."
},
{
"key": "vue/no-duplicate-attributes",
"type": "BUG",
"name": "Disallow duplication of attributes",
"description": "See description of ESLint rule vue/no-duplicate-attributes at the eslint-plugin-vue website."
},
{
"key": "vue/no-parsing-error",
"type": "BUG",
"name": "Disallow parsing errors in ",
"description": "See description of ESLint rule vue/no-parsing-error at the eslint-plugin-vue website."
},
{
"key": "vue/no-reserved-keys",
"type": "BUG",
"name": "Disallow overwriting reserved keys",
"description": "See description of ESLint rule vue/no-reserved-keys at the eslint-plugin-vue website."
},
{
"key": "vue/no-shared-component-data",
"type": "BUG",
"name": "Enforce component's data property to be a function",
"description": "See description of ESLint rule vue/no-shared-component-data at the eslint-plugin-vue website."
},
{
"key": "vue/no-side-effects-in-computed-properties",
"type": "BUG",
"name": "Disallow side effects in computed properties",
"description": "See description of ESLint rule vue/no-side-effects-in-computed-properties at the eslint-plugin-vue website."
},
{
"key": "vue/no-template-key",
"type": "BUG",
"name": "Disallow key attribute on ",
"description": "See description of ESLint rule vue/no-template-key at the eslint-plugin-vue website."
},
{
"key": "vue/no-textarea-mustache",
"type": "BUG",
"name": "Disallow mustaches in