invalid w
2023-09-26 855a41055793ad12a70c3b20f8c64d7600a56254
1
2
3
4
5
6
7
module.exports = {
  root: true,
  extends: ['@vben'],
  rules: {
    'no-undef': 'off',
  },
};