Skip to content

Commit

Permalink
feat: better sql identation
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Feb 19, 2025
1 parent da0bb28 commit 574274d
Show file tree
Hide file tree
Showing 4 changed files with 533 additions and 522 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
"dist"
],
"scripts": {
"build": "pnpm run build:node && pnpm run build:docs",
"build": "pnpm run build:node && pnpm run build:docs && pnpm run build:format",
"build:clean": "rm -rf dist",
"build:docs": "api-extractor run -l && api-documenter markdown -i ./temp -o ./docs/api && pretty-quick",
"build:docs": "api-extractor run -l && api-documenter markdown -i ./temp -o ./docs/api",
"build:format": "pretty-quick",
"build:node": "tsc -p tsconfig.build.json",
"examples": "tsx examples/index.ts",
"lint": "pnpm run lint:types && pnpm run lint:codestyle && pnpm run lint:packages",
Expand All @@ -51,42 +52,42 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"@microsoft/api-documenter": "^7.26.5",
"@microsoft/api-extractor": "^7.49.1",
"@eslint/js": "^9.20.0",
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
"@microsoft/api-documenter": "^7.26.8",
"@microsoft/api-extractor": "^7.50.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/exec": "^7.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@tsconfig/node-lts": "^22.0.1",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.7",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@types/node": "^22.13.4",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.18.0",
"eslint": "^9.20.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-import-resolver-typescript": "^3.8.2",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-tsdoc": "^0.4.0",
"globals": "^15.14.0",
"globals": "^15.15.0",
"globstar": "^1.0.0",
"prettier": "^3.4.2",
"prettier": "=3.4.2",
"prettier-plugin-jsdoc": "^1.3.2",
"prettier-plugin-packagejson": "^2.5.8",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sort-json": "^4.1.1",
"pretty-quick": "^4.0.0",
"semantic-release": "^24.2.1",
"tsx": "^4.19.2",
"semantic-release": "^24.2.3",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
"typescript-eslint": "^8.24.1"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 574274d

Please sign in to comment.