.eslintrc 103 B

123456789
  1. {
  2. "root": true,
  3. "plugins": [
  4. "vue"
  5. ],
  6. "extends": [
  7. "plugin:vue-libs/recommended",
  8. ]
  9. }