mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
20 lines
229 B
Plaintext
20 lines
229 B
Plaintext
{
|
|
"plugins": [
|
|
"html"
|
|
],
|
|
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module"
|
|
},
|
|
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es6": true,
|
|
"jasmine": true
|
|
},
|
|
|
|
"extends": "standard"
|
|
}
|