fix: eslint不检查结尾分号以兼容项目

This commit is contained in:
LooseLi
2023-08-25 17:41:31 +08:00
parent 718da30c50
commit 5d6de069f3

View File

@@ -26,6 +26,7 @@ module.exports = {
}
},
rules: {
semi: 0,
'react/no-unknown-property': 'off', // <style jsx>
'react/prop-types': 'off',
'space-before-function-paren': 0,