Ben Lin
2024-10-27 92cb62d60d38be56312be20cfae8638a5a9aa57a
1
2
3
4
5
6
7
module.exports = {
  root: true,
  extends: ['@vben'],
  rules: {
    'no-undef': 'off',
  },
};