2
0

.eslintrc 180 B

12345678910
  1. {
  2. "root": true,
  3. "parser": "babel-eslint",
  4. "extends": "vue",
  5. "plugins": ["flowtype"],
  6. "rules": {
  7. "flowtype/define-flow-type": 1,
  8. "flowtype/use-flow-type": 1
  9. }
  10. }