eslint-config-heck 1.0.0 → 1.1.0
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/node.js +1 -1
- package/package.json +5 -5
- package/readme.md +0 -4
package/node.js
CHANGED
|
@@ -1134,7 +1134,7 @@ const overrides = [
|
|
|
1134
1134
|
"valid-typeof": "off",
|
|
1135
1135
|
|
|
1136
1136
|
// typescript-heck
|
|
1137
|
-
"typescript-heck/array-type-spacing": ["error", "always"],
|
|
1137
|
+
"typescript-heck/array-type-spacing": ["error", "always", { betweenDimensions: "never" }],
|
|
1138
1138
|
},
|
|
1139
1139
|
},
|
|
1140
1140
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-heck",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"author": "atheck",
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
19
|
-
"@typescript-eslint/parser": "5.
|
|
18
|
+
"@typescript-eslint/eslint-plugin": "5.5.0",
|
|
19
|
+
"@typescript-eslint/parser": "5.5.0",
|
|
20
20
|
"eslint": "8.3.0",
|
|
21
21
|
"eslint-plugin-deprecation": "1.2.1",
|
|
22
22
|
"eslint-plugin-jest": "25.3.0",
|
|
23
23
|
"eslint-plugin-react": "7.27.1",
|
|
24
|
-
"eslint-plugin-typescript-heck": "1.
|
|
24
|
+
"eslint-plugin-typescript-heck": "1.2.0",
|
|
25
25
|
"eslint-plugin-unicorn": "39.0.0",
|
|
26
26
|
"react": "17.0.2",
|
|
27
27
|
"typescript": "4.5.2"
|
|
@@ -29,6 +29,6 @@
|
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/jest": "27.0.3",
|
|
31
31
|
"@types/react": "17.0.37",
|
|
32
|
-
"jest": "27.
|
|
32
|
+
"jest": "27.4.0"
|
|
33
33
|
}
|
|
34
34
|
}
|