You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
193 B

  1. extends:
  2. - requarks
  3. - plugin:vue/recommended
  4. env:
  5. node: true
  6. jest: true
  7. parserOptions:
  8. ecmaVersion: 2017
  9. globals:
  10. document: false
  11. navigator: false
  12. window: false
  13. FuseBox: false