8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
|
|
module.exports = {
|
||
|
|
root: true,
|
||
|
|
extends: ['@vben'],
|
||
|
|
rules: {
|
||
|
|
'no-undef': 'off',
|
||
|
|
},
|
||
|
|
};
|