mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-08-29 09:03:55 +00:00
8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['@vben'],
|
|
rules: {
|
|
'no-undef': 'off',
|
|
},
|
|
};
|