mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
chore: disable react/jsx-runtime eslint rule for apps/mobile
This commit is contained in:
@@ -67,7 +67,9 @@ module.exports = {
|
||||
},
|
||||
rules: {
|
||||
// TODO: remove this gradually
|
||||
"@typescript-eslint/ban-ts-comment": "off"
|
||||
"@typescript-eslint/ban-ts-comment": "off",
|
||||
"react/react-in-jsx-scope": 2,
|
||||
"react/jsx-uses-react": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user