mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
19 lines
327 B
Plaintext
19 lines
327 B
Plaintext
{
|
|
"extends": [
|
|
"standard",
|
|
"plugin:vue/vue3-recommended"
|
|
],
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"vue/no-deprecated-html-element-is": 0,
|
|
"vue/no-mutating-props": 0,
|
|
"vue/one-component-per-file": 0
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2022,
|
|
"parser": "@babel/eslint-parser"
|
|
}
|
|
}
|