eslint-config-heck 1.22.2 → 1.23.1
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 +2 -2
- package/package.json +12 -12
package/node.js
CHANGED
|
@@ -238,7 +238,7 @@ const rules = {
|
|
|
238
238
|
"no-shadow-restricted-names": "error",
|
|
239
239
|
"no-undef": "error",
|
|
240
240
|
"no-undef-init": "error",
|
|
241
|
-
"no-undefined": "
|
|
241
|
+
"no-undefined": "off",
|
|
242
242
|
"no-unused-vars": [
|
|
243
243
|
"error",
|
|
244
244
|
{
|
|
@@ -1250,7 +1250,6 @@ const overrides = [
|
|
|
1250
1250
|
"jest/no-identical-title": "error",
|
|
1251
1251
|
"jest/no-interpolation-in-snapshots": "error",
|
|
1252
1252
|
"jest/no-jasmine-globals": "error",
|
|
1253
|
-
"jest/no-jest-import": "error",
|
|
1254
1253
|
"jest/no-large-snapshots": "off",
|
|
1255
1254
|
"jest/no-mocks-import": "error",
|
|
1256
1255
|
"jest/no-restricted-matchers": "off",
|
|
@@ -1259,6 +1258,7 @@ const overrides = [
|
|
|
1259
1258
|
"jest/no-test-return-statement": "error",
|
|
1260
1259
|
"jest/prefer-called-with": "error",
|
|
1261
1260
|
"jest/prefer-comparison-matcher": "error",
|
|
1261
|
+
"jest/prefer-each": "error",
|
|
1262
1262
|
"jest/prefer-equality-matcher": "error",
|
|
1263
1263
|
"jest/prefer-expect-assertions": "off",
|
|
1264
1264
|
"jest/prefer-expect-resolves": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-heck",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.1",
|
|
4
4
|
"description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,23 +18,23 @@
|
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@delagen/eslint-plugin-deprecation": "1.3.2",
|
|
21
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
22
|
-
"@typescript-eslint/parser": "5.
|
|
23
|
-
"eslint": "8.
|
|
24
|
-
"eslint-import-resolver-typescript": "3.5.
|
|
21
|
+
"@typescript-eslint/eslint-plugin": "5.36.2",
|
|
22
|
+
"@typescript-eslint/parser": "5.36.2",
|
|
23
|
+
"eslint": "8.23.0",
|
|
24
|
+
"eslint-import-resolver-typescript": "3.5.1",
|
|
25
25
|
"eslint-plugin-import": "2.26.0",
|
|
26
|
-
"eslint-plugin-jest": "
|
|
27
|
-
"eslint-plugin-react": "7.
|
|
26
|
+
"eslint-plugin-jest": "27.0.1",
|
|
27
|
+
"eslint-plugin-react": "7.31.7",
|
|
28
28
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
29
|
-
"eslint-plugin-testing-library": "5.6.
|
|
29
|
+
"eslint-plugin-testing-library": "5.6.2",
|
|
30
30
|
"eslint-plugin-typescript-heck": "1.3.1",
|
|
31
31
|
"eslint-plugin-unicorn": "43.0.2",
|
|
32
|
-
"typescript": "4.
|
|
32
|
+
"typescript": "4.8.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@testing-library/react": "13.
|
|
36
|
-
"@types/jest": "28.1.
|
|
37
|
-
"@types/react": "18.0.
|
|
35
|
+
"@testing-library/react": "13.4.0",
|
|
36
|
+
"@types/jest": "28.1.8",
|
|
37
|
+
"@types/react": "18.0.18",
|
|
38
38
|
"jest": "28.1.3",
|
|
39
39
|
"react": "18.2.0",
|
|
40
40
|
"semantic-release": "19.0.5"
|