@xylabs/eslint-config-react-flat 7.0.0-rc.26 → 7.0.0-rc.27

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,7 +1,4 @@
1
- import { Linter } from 'eslint';
2
-
3
- declare const reactConfig: Linter.Config;
4
-
5
- declare const config: Linter.Config[];
6
-
7
- export { config, reactConfig };
1
+ import type { Linter } from 'eslint';
2
+ export declare const config: Linter.Config[];
3
+ export { reactConfig } from './react/index.ts';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,4 @@
1
- import { Linter } from 'eslint';
2
-
3
- declare const reactConfig: Linter.Config;
4
-
5
- declare const config: Linter.Config[];
6
-
7
- export { config, reactConfig };
1
+ import type { Linter } from 'eslint';
2
+ export declare const config: Linter.Config[];
3
+ export { reactConfig } from './react/index.ts';
4
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xylabs/eslint-config-react-flat",
4
- "version": "7.0.0-rc.26",
4
+ "version": "7.0.0-rc.27",
5
5
  "description": "ESLint Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
6
6
  "keywords": [
7
7
  "xylabs",
@@ -40,14 +40,14 @@
40
40
  "dependencies": {
41
41
  "@eslint-react/eslint-plugin": "^1.52.3",
42
42
  "@typescript-eslint/parser": "^8.37.0",
43
- "@xylabs/eslint-config-flat": "^7.0.0-rc.26",
43
+ "@xylabs/eslint-config-flat": "^7.0.0-rc.27",
44
44
  "eslint-plugin-react": "^7.37.5",
45
45
  "eslint-plugin-react-refresh": "^0.4.20",
46
46
  "globals": "^16.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.26",
50
- "@xylabs/tsconfig": "^7.0.0-rc.26",
49
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.27",
50
+ "@xylabs/tsconfig": "^7.0.0-rc.27",
51
51
  "eslint": "^9.31.0",
52
52
  "typescript": "^5.8.3"
53
53
  },