.eslintrc 211 B

1234567891011121314
  1. {
  2. "root": true,
  3. "plugins": [
  4. "flowtype"
  5. ],
  6. "extends": [
  7. "plugin:vue-libs/recommended",
  8. "plugin:flowtype/recommended"
  9. ],
  10. "globals": {
  11. "__WEEX__": true,
  12. "WXEnvironment": true
  13. }
  14. }