FeiXianKuangChanJianGuan/.eslintrc.cjs

8 lines
97 B
JavaScript
Raw Permalink Normal View History

2026-02-04 11:06:40 +08:00
module.exports = {
root: true,
extends: ['@vben'],
rules: {
'no-undef': 'off',
},
};