mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 23:16:52 +00:00
fix: eslint不检查结尾分号以兼容项目
This commit is contained in:
@@ -26,6 +26,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
|
semi: 0,
|
||||||
'react/no-unknown-property': 'off', // <style jsx>
|
'react/no-unknown-property': 'off', // <style jsx>
|
||||||
'react/prop-types': 'off',
|
'react/prop-types': 'off',
|
||||||
'space-before-function-paren': 0,
|
'space-before-function-paren': 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user