@kaliber/build 0.0.117 → 0.0.118
Sign up to get free protection for your applications and to get access to all the features.
- package/.eslintrc +2 -1
- package/package.json +1 -1
package/.eslintrc
CHANGED
@@ -46,6 +46,7 @@
|
|
46
46
|
"@kaliber/naming-policy": "warn",
|
47
47
|
"@kaliber/no-default-export": "warn",
|
48
48
|
"@kaliber/no-relative-parent-import": "warn",
|
49
|
+
"@kaliber/jsx-key": "warn",
|
49
50
|
|
50
51
|
"brace-style": ["warn", "1tbs", { "allowSingleLine": true }],
|
51
52
|
"indent": ["warn", 2, {
|
@@ -229,7 +230,7 @@
|
|
229
230
|
"react/jsx-equals-spacing": "warn",
|
230
231
|
"react/jsx-indent": ["warn", 2],
|
231
232
|
"react/jsx-indent-props": ["warn", 2],
|
232
|
-
"react/jsx-key": "
|
233
|
+
"react/jsx-key": "off",
|
233
234
|
"react/jsx-no-comment-textnodes": "warn",
|
234
235
|
"react/jsx-no-duplicate-props": ["warn", { "ignoreCase": true }],
|
235
236
|
"react/jsx-no-target-blank": "warn",
|
package/package.json
CHANGED