chore: eslint报错规则修改

pull/181/head
刘释隆 1 year ago
parent 6400ab613a
commit 122a38c381

@ -22,6 +22,7 @@ module.exports = antfu(
'eqeqeq': 'off',
'no-console': 'off',
'vue/custom-event-name-casing': 'off',
'vue/eqeqeq': 'off',
'no-restricted-syntax': [
// eslint-disable-next-line node/prefer-global/process
process.env.MODE === 'production' ? 2 : 0,

Loading…
Cancel
Save