@robot-inventor/eslint-config 6.1.0 → 7.0.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/dist/cjs/index.js CHANGED
@@ -107,7 +107,6 @@ const eslintConfig = (0, typescript_eslint_1.config)(...eslintConfigNoJSDoc, ...
107
107
  exports.eslintConfig = eslintConfig;
108
108
  const eslintReactConfigBase = (0, typescript_eslint_1.config)({
109
109
  files: ["**/*.tsx"],
110
- // @ts-expect-error `flat` always exists
111
110
  ...eslint_plugin_react_1.default.configs.flat["recommended"],
112
111
  rules: {
113
112
  "jsdoc/check-tag-names": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "6.1.0",
3
+ "version": "7.0.0",
4
4
  "description": "My ESLint config preset",
5
5
  "type": "commonjs",
6
6
  "files": [
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "scripts": {
10
10
  "build": "tsc -p . && tsc -p ./tsconfig.cjs.json && tsconfig-to-dual-package",
11
- "lint": "npx eslint --flag unstable_ts_config ./src/**/*.ts",
11
+ "lint": "npx eslint ./src/**/*.ts",
12
12
  "ci:version": "changeset version",
13
13
  "ci:publish": "npm run build && changeset publish"
14
14
  },
@@ -36,7 +36,7 @@
36
36
  "@types/eslint-config-prettier": "^6.11.3",
37
37
  "@typescript-eslint/parser": "^8.0.1",
38
38
  "eslint": "^9.17.0",
39
- "eslint-config-prettier": "^9.1.0",
39
+ "eslint-config-prettier": "^10.0.0",
40
40
  "eslint-import-resolver-typescript": "^3.6.1",
41
41
  "eslint-plugin-import-x": "^4.0.0",
42
42
  "eslint-plugin-jsdoc": "^50.0.0",
package/dist/esm/index.js CHANGED
@@ -99,7 +99,6 @@ const JSDocRule = config({
99
99
  const eslintConfig = config(...eslintConfigNoJSDoc, ...JSDocRule);
100
100
  const eslintReactConfigBase = config({
101
101
  files: ["**/*.tsx"],
102
- // @ts-expect-error `flat` always exists
103
102
  ...react.configs.flat["recommended"],
104
103
  rules: {
105
104
  "jsdoc/check-tag-names": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "6.1.0",
3
+ "version": "7.0.0",
4
4
  "description": "My ESLint config preset",
5
5
  "type": "module",
6
6
  "files": [
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "scripts": {
10
10
  "build": "tsc -p . && tsc -p ./tsconfig.cjs.json && tsconfig-to-dual-package",
11
- "lint": "npx eslint --flag unstable_ts_config ./src/**/*.ts",
11
+ "lint": "npx eslint ./src/**/*.ts",
12
12
  "ci:version": "changeset version",
13
13
  "ci:publish": "npm run build && changeset publish"
14
14
  },
@@ -36,7 +36,7 @@
36
36
  "@types/eslint-config-prettier": "^6.11.3",
37
37
  "@typescript-eslint/parser": "^8.0.1",
38
38
  "eslint": "^9.17.0",
39
- "eslint-config-prettier": "^9.1.0",
39
+ "eslint-config-prettier": "^10.0.0",
40
40
  "eslint-import-resolver-typescript": "^3.6.1",
41
41
  "eslint-plugin-import-x": "^4.0.0",
42
42
  "eslint-plugin-jsdoc": "^50.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "6.1.0",
3
+ "version": "7.0.0",
4
4
  "description": "My ESLint config preset",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "scripts": {
21
21
  "build": "tsc -p . && tsc -p ./tsconfig.cjs.json && tsconfig-to-dual-package",
22
- "lint": "npx eslint --flag unstable_ts_config ./src/**/*.ts",
22
+ "lint": "npx eslint ./src/**/*.ts",
23
23
  "ci:version": "changeset version",
24
24
  "ci:publish": "npm run build && changeset publish"
25
25
  },
@@ -47,7 +47,7 @@
47
47
  "@types/eslint-config-prettier": "^6.11.3",
48
48
  "@typescript-eslint/parser": "^8.0.1",
49
49
  "eslint": "^9.17.0",
50
- "eslint-config-prettier": "^9.1.0",
50
+ "eslint-config-prettier": "^10.0.0",
51
51
  "eslint-import-resolver-typescript": "^3.6.1",
52
52
  "eslint-plugin-import-x": "^4.0.0",
53
53
  "eslint-plugin-jsdoc": "^50.0.0",