@newsteam/eslint-config 0.0.155 → 0.0.157
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/plugins/react-perf.js +3 -1
- package/package.json +11 -11
|
@@ -21,9 +21,11 @@ module.exports = {
|
|
|
21
21
|
/*
|
|
22
22
|
* Prevent Arrays that are local to the current method from being used as values of JSX props
|
|
23
23
|
*
|
|
24
|
+
* So common that we do this it's annoying
|
|
25
|
+
*
|
|
24
26
|
* https://github.com/cvazac/eslint-plugin-react-perf/blob/HEAD/docs/rules/jsx-no-new-array-as-prop.md
|
|
25
27
|
*/
|
|
26
|
-
"react-perf/jsx-no-new-array-as-prop": "
|
|
28
|
+
"react-perf/jsx-no-new-array-as-prop": "off",
|
|
27
29
|
/*
|
|
28
30
|
* Prevent Functions that are local to the current method from being used as values of JSX props
|
|
29
31
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newsteam/eslint-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.157",
|
|
4
4
|
"description": "Shared config for eslint",
|
|
5
5
|
"main": "./lib/cjs/index.js",
|
|
6
6
|
"types": "./lib/cjs/index.d.ts",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"confusing-browser-globals": "1.0.11"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@newsteam/jasmine": "0.0.
|
|
49
|
+
"@newsteam/jasmine": "0.0.43",
|
|
50
50
|
"@types/eslint": "8.4.10",
|
|
51
51
|
"@types/modernizr": "3.5.3",
|
|
52
|
-
"@types/node": "18.11.
|
|
52
|
+
"@types/node": "18.11.18",
|
|
53
53
|
"@types/react": "18.0.26",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
55
|
-
"@typescript-eslint/parser": "5.
|
|
56
|
-
"eslint": "8.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "5.48.0",
|
|
55
|
+
"@typescript-eslint/parser": "5.48.0",
|
|
56
|
+
"eslint": "8.31.0",
|
|
57
57
|
"eslint-find-rules": "4.1.0",
|
|
58
58
|
"eslint-import-resolver-typescript": "3.5.2",
|
|
59
59
|
"eslint-plugin-array-func": "3.1.7",
|
|
@@ -78,16 +78,16 @@
|
|
|
78
78
|
"eslint-plugin-react-perf": "3.3.1",
|
|
79
79
|
"eslint-plugin-security": "1.5.0",
|
|
80
80
|
"eslint-plugin-sort-keys-fix": "1.1.2",
|
|
81
|
-
"eslint-plugin-unicorn": "45.0.
|
|
81
|
+
"eslint-plugin-unicorn": "45.0.2",
|
|
82
82
|
"json-schema": "0.4.0",
|
|
83
83
|
"postcss-nesting": "10.2.0",
|
|
84
84
|
"react": "18.2.0",
|
|
85
85
|
"typescript": "4.9.4"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
89
|
-
"@typescript-eslint/parser": "5.
|
|
90
|
-
"eslint": "8.
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "5.48.0",
|
|
89
|
+
"@typescript-eslint/parser": "5.48.0",
|
|
90
|
+
"eslint": "8.31.0",
|
|
91
91
|
"eslint-plugin-array-func": "3.1.7",
|
|
92
92
|
"eslint-plugin-css-modules": "2.11.0",
|
|
93
93
|
"eslint-plugin-es": "4.1.0",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"eslint-plugin-react-perf": "3.3.1",
|
|
110
110
|
"eslint-plugin-security": "1.5.0",
|
|
111
111
|
"eslint-plugin-sort-keys-fix": "1.1.2",
|
|
112
|
-
"eslint-plugin-unicorn": "45.0.
|
|
112
|
+
"eslint-plugin-unicorn": "45.0.2",
|
|
113
113
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
|
|
114
114
|
"json-schema": "0.4.0",
|
|
115
115
|
"typescript": "4.9.4"
|