bowen
2023-10-18 c24e0efd1d2c7148a3df9c8b12a2a500910a3590
1
2
3
4
5
6
7
module.exports = {
  root: true,
  extends: ['@vben'],
  rules: {
    'no-undef': 'off',
  },
};