mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-05-13 01:46:01 +08:00
8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['@vben'],
|
|
rules: {
|
|
'no-undef': 'off',
|
|
},
|
|
};
|