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 eec1c56 commit f44bc74Copy full SHA for f44bc74
index.js
@@ -70,7 +70,12 @@ export default [
70
],
71
'react/no-this-in-sfc': 'error',
72
'react/no-unescaped-entities': 'error',
73
- 'react/no-unknown-property': 'error',
+ 'react/no-unknown-property': [
74
+ 'error',
75
+ {
76
+ requireDataLowercase: true,
77
+ },
78
+ ],
79
'react/no-unsafe': 'error',
80
'react/no-unused-prop-types': 'error',
81
'react/no-unused-state': 'error',
@@ -163,7 +168,12 @@ export default [
163
168
164
169
},
165
170
166
- 'react/jsx-no-script-url': 'error',
171
+ 'react/jsx-no-script-url': [
172
173
174
+ includeFromSettings: true,
175
176
167
177
'react/jsx-no-target-blank': [
178
'error',
179
{
0 commit comments