Skip to content

Commit

Permalink
fix: eslint不检查结尾分号以兼容项目
Browse files Browse the repository at this point in the history
  • Loading branch information
LooseLi committed Aug 25, 2023
1 parent 718da30 commit 5d6de06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5d6de06

Please sign in to comment.