vue-adny
Version:
vue 兼容2 3 工具库 函数库
25 lines (24 loc) • 528 B
JSON
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"plugin:vue/essential",
"airbnb-base"
],
"parserOptions": {
"ecmaVersion": 12,
"parser": "@typescript-eslint/parser",
"sourceType": "module"
},
"plugins": [
"vue",
"@typescript-eslint"
],
"rules": {
"linebreak-style": ["off", "windows"],
"no-mixed-spaces-and-tabs": ["off", "windows"],
"no-consol": "off"
}
}