mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
16 lines
313 B
Plaintext
16 lines
313 B
Plaintext
{
|
|
"root": true,
|
|
"parserOptions": {
|
|
"parser": "babel-eslint",
|
|
"ecmaVersion": 2017,
|
|
"sourceType": "module"
|
|
},
|
|
"extends": [
|
|
"plugin:vue/recommended",
|
|
"@vue/standard"
|
|
],
|
|
"rules": {
|
|
"vue/max-attributes-per-line": "off",
|
|
"vue/camelcase": "off"
|
|
}
|
|
} |