@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.
Files changed (2) hide show
  1. package/.eslintrc +2 -1
  2. 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": "warn",
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.117",
2
+ "version": "0.0.118",
3
3
  "name": "@kaliber/build",
4
4
  "description": "Zero configuration, opinionated webpack / react build setup",
5
5
  "scripts": {