Files
AFFiNE-Mirror/packages/plugins/vue-hello-world/.eslintrc.json
2023-10-18 15:30:08 +00:00

11 lines
232 B
JSON

{
"root": false,
"parser": "vue-eslint-parser",
"parserOptions": {
"parser": "@typescript-eslint/parser",
"sourceType": "module",
"extraFileExtensions": [".vue"]
},
"extends": ["plugin:vue/vue3-recommended"]
}