add no-console

This commit is contained in:
Donghuang 2022-06-24 23:33:33 +08:00
parent 3825397238
commit e0f9f7ae47

View File

@ -9,5 +9,6 @@ module.exports = {
browser: true
},
rules: {
'no-console': 'off'
}
};