AFFiNE/plugins/vue-hello-world/.eslintrc.json
2023-08-05 23:59:14 -04: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"]
}