@robot-inventor/eslint-config 5.0.3 → 5.0.5

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/dist/cjs/index.js CHANGED
@@ -22,7 +22,6 @@ const eslintRules = {
22
22
  "no-ternary": "off",
23
23
  "no-void": [
24
24
  "error",
25
- // @ts-expect-error Type definitions are incorrect
26
25
  {
27
26
  allowAsStatement: true
28
27
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "5.0.3",
3
+ "version": "5.0.5",
4
4
  "description": "My ESLint config preset",
5
5
  "type": "commonjs",
6
6
  "files": [
@@ -47,6 +47,7 @@
47
47
  "@eslint-types/jsdoc": "^48.2.2",
48
48
  "@eslint-types/typescript-eslint": "^7.5.0",
49
49
  "@robot-inventor/tsconfig-base": "^1.0.0",
50
+ "@types/eslint": "^9.6.1",
50
51
  "@types/eslint__eslintrc": "^2.1.2",
51
52
  "eslint": "^9.9.0",
52
53
  "jiti": "^1.21.6",
package/dist/esm/index.js CHANGED
@@ -16,7 +16,6 @@ const eslintRules = {
16
16
  "no-ternary": "off",
17
17
  "no-void": [
18
18
  "error",
19
- // @ts-expect-error Type definitions are incorrect
20
19
  {
21
20
  allowAsStatement: true
22
21
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "5.0.3",
3
+ "version": "5.0.5",
4
4
  "description": "My ESLint config preset",
5
5
  "type": "module",
6
6
  "files": [
@@ -47,6 +47,7 @@
47
47
  "@eslint-types/jsdoc": "^48.2.2",
48
48
  "@eslint-types/typescript-eslint": "^7.5.0",
49
49
  "@robot-inventor/tsconfig-base": "^1.0.0",
50
+ "@types/eslint": "^9.6.1",
50
51
  "@types/eslint__eslintrc": "^2.1.2",
51
52
  "eslint": "^9.9.0",
52
53
  "jiti": "^1.21.6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "5.0.3",
3
+ "version": "5.0.5",
4
4
  "description": "My ESLint config preset",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -58,6 +58,7 @@
58
58
  "@eslint-types/jsdoc": "^48.2.2",
59
59
  "@eslint-types/typescript-eslint": "^7.5.0",
60
60
  "@robot-inventor/tsconfig-base": "^1.0.0",
61
+ "@types/eslint": "^9.6.1",
61
62
  "@types/eslint__eslintrc": "^2.1.2",
62
63
  "eslint": "^9.9.0",
63
64
  "jiti": "^1.21.6",