mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 04:53:14 +03:00
11 lines
232 B
JSON
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"]
|
|
}
|