.eslintrc.json 148 B

12345678910
  1. {
  2. "root": true,
  3. "extends": [
  4. "plugin:vue-libs/recommended"
  5. ],
  6. "globals": {
  7. "__DEV__": true,
  8. "__VUE_PROD_DEVTOOLS__": true
  9. }
  10. }