chore: eslint报错规则修改 #181

Merged
liushilong merged 1 commits from chore/eslintChange into test 1 year ago

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

Loading…
Cancel
Save