AFFiNE/plugins/vue-hello-world/.eslintrc.json

11 lines
232 B
JSON
Raw Normal View History

2023-08-06 06:59:14 +03:00
{
"root": false,
"parser": "vue-eslint-parser",
"parserOptions": {
"parser": "@typescript-eslint/parser",
"sourceType": "module",
"extraFileExtensions": [".vue"]
},
"extends": ["plugin:vue/vue3-recommended"]
}