mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
build(deps): 添加smooth-scroll插件、axios封装
This commit is contained in:
@ -14,6 +14,7 @@ module.exports = {
|
||||
'no-unused-vars': 0,
|
||||
'import/extensions': ['error', 'never'],
|
||||
'import/no-extraneous-dependencies': [2, { devDependencies: true }],
|
||||
'import/no-unresolved': 0
|
||||
'import/no-unresolved': 0,
|
||||
'no-shadow': 0
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user