We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296d805 commit 5d0c1adCopy full SHA for 5d0c1ad
1 file changed
public-gui/eslint.config.js
@@ -29,6 +29,7 @@ export default [
29
...react.configs['jsx-runtime'].rules,
30
...reactHooks.configs.recommended.rules,
31
'react/jsx-no-target-blank': 'off',
32
+ 'react/no-unescaped-entities': 'off',
33
'react-refresh/only-export-components': [
34
'warn',
35
{allowConstantExport: true},
0 commit comments