Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit a7641f8

Browse files
authored
Fix single schema generation (#14)
1 parent ec4c429 commit a7641f8

14 files changed

+233
-107
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
const { defineConfig } = require('eslint-define-config');
33
const { readGitignoreFiles } = require('eslint-gitignore');
44

5+
/// <reference types="types/typescript-eslint" />
6+
57
module.exports = defineConfig({
68
ignorePatterns: [
79
...readGitignoreFiles(),

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
"type": "module",
1616
"license": "MIT",
1717
"devDependencies": {
18-
"@types/eslint": "~8.44.5",
18+
"@eslint-types/typescript-eslint": "workspace:~",
19+
"@types/eslint": "~8.44.6",
1920
"@types/json-schema": "~7.0.14",
20-
"@types/node": "~20.8.7",
21-
"@typescript-eslint/eslint-plugin": "~6.8.0",
22-
"@typescript-eslint/parser": "~6.8.0",
23-
"change-case": "~5.0.2",
24-
"eslint": "~8.51.0",
21+
"@types/node": "~20.8.8",
22+
"@typescript-eslint/eslint-plugin": "~6.9.0",
23+
"@typescript-eslint/parser": "~6.9.0",
24+
"change-case": "~5.1.2",
25+
"eslint": "~8.52.0",
2526
"eslint-config-prettier": "~9.0.0",
26-
"eslint-define-config": "~1.24.1",
27+
"eslint-define-config": "2.0.0-beta.1",
2728
"eslint-gitignore": "~0.1.0",
2829
"eslint-plugin-prettier": "~5.0.1",
2930
"eslint-plugin-unicorn": "~48.0.1",

0 commit comments

Comments
 (0)