.eslintrc 113 B

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