Electrolux
2024-04-23 f5cd3ad593ded10a9702cf342d788c4b1540944a
1
2
3
4
5
6
7
module.exports = {
  root: true,
  extends: ['@vben'],
  rules: {
    'no-undef': 'off',
  },
};