friendica-addons/advancedcontentfilter/vendor/asset/vue/.eslintrc

15 lines
211 B
Plaintext

{
"root": true,
"plugins": [
"flowtype"
],
"extends": [
"plugin:vue-libs/recommended",
"plugin:flowtype/recommended"
],
"globals": {
"__WEEX__": true,
"WXEnvironment": true
}
}