@robot-inventor/eslint-config 4.0.2 → 4.0.4

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "My ESLint config preset",
5
5
  "type": "commonjs",
6
6
  "files": [
@@ -46,6 +46,7 @@
46
46
  "@changesets/cli": "^2.27.1",
47
47
  "@eslint-types/jsdoc": "^48.2.2",
48
48
  "@eslint-types/typescript-eslint": "^7.5.0",
49
+ "@robot-inventor/tsconfig-base": "^1.0.0",
49
50
  "@types/eslint__eslintrc": "^2.1.2",
50
51
  "eslint": "^9.9.0",
51
52
  "jiti": "^1.21.6",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "My ESLint config preset",
5
5
  "type": "module",
6
6
  "files": [
@@ -46,6 +46,7 @@
46
46
  "@changesets/cli": "^2.27.1",
47
47
  "@eslint-types/jsdoc": "^48.2.2",
48
48
  "@eslint-types/typescript-eslint": "^7.5.0",
49
+ "@robot-inventor/tsconfig-base": "^1.0.0",
49
50
  "@types/eslint__eslintrc": "^2.1.2",
50
51
  "eslint": "^9.9.0",
51
52
  "jiti": "^1.21.6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robot-inventor/eslint-config",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "My ESLint config preset",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -57,6 +57,7 @@
57
57
  "@changesets/cli": "^2.27.1",
58
58
  "@eslint-types/jsdoc": "^48.2.2",
59
59
  "@eslint-types/typescript-eslint": "^7.5.0",
60
+ "@robot-inventor/tsconfig-base": "^1.0.0",
60
61
  "@types/eslint__eslintrc": "^2.1.2",
61
62
  "eslint": "^9.9.0",
62
63
  "jiti": "^1.21.6",
@@ -1,2 +0,0 @@
1
- declare const _default: import("@typescript-eslint/utils/dist/ts-eslint/Config.js").FlatConfig.ConfigArray;
2
- export default _default;
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const typescript_eslint_1 = require("typescript-eslint");
4
- const index_js_1 = require("./src/index.js");
5
- const overrides = {
6
- rules: {
7
- "sort-keys": "off"
8
- }
9
- };
10
- exports.default = (0, typescript_eslint_1.config)(...index_js_1.eslintConfig, overrides);
@@ -1,2 +0,0 @@
1
- declare const _default: import("@typescript-eslint/utils/ts-eslint").FlatConfig.ConfigArray;
2
- export default _default;
@@ -1,8 +0,0 @@
1
- import { config } from "typescript-eslint";
2
- import { eslintConfig } from "./src/index.js";
3
- const overrides = {
4
- rules: {
5
- "sort-keys": "off"
6
- }
7
- };
8
- export default config(...eslintConfig, overrides);
File without changes
File without changes
File without changes
File without changes