Skip to content

Commit

Permalink
Fix single schema generation (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Oct 24, 2023
1 parent ec4c429 commit a7641f8
Show file tree
Hide file tree
Showing 14 changed files with 233 additions and 107 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
const { defineConfig } = require('eslint-define-config');
const { readGitignoreFiles } = require('eslint-gitignore');

/// <reference types="types/typescript-eslint" />

module.exports = defineConfig({
ignorePatterns: [
...readGitignoreFiles(),
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
"type": "module",
"license": "MIT",
"devDependencies": {
"@types/eslint": "~8.44.5",
"@eslint-types/typescript-eslint": "workspace:~",
"@types/eslint": "~8.44.6",
"@types/json-schema": "~7.0.14",
"@types/node": "~20.8.7",
"@typescript-eslint/eslint-plugin": "~6.8.0",
"@typescript-eslint/parser": "~6.8.0",
"change-case": "~5.0.2",
"eslint": "~8.51.0",
"@types/node": "~20.8.8",
"@typescript-eslint/eslint-plugin": "~6.9.0",
"@typescript-eslint/parser": "~6.9.0",
"change-case": "~5.1.2",
"eslint": "~8.52.0",
"eslint-config-prettier": "~9.0.0",
"eslint-define-config": "~1.24.1",
"eslint-define-config": "2.0.0-beta.1",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-prettier": "~5.0.1",
"eslint-plugin-unicorn": "~48.0.1",
Expand Down
Loading

0 comments on commit a7641f8

Please sign in to comment.