Skip to content

Commit

Permalink
Merge branch 'feat/wizard' of github.com:theappbusiness/patios into f…
Browse files Browse the repository at this point in the history
…eat/wizard
  • Loading branch information
Si3rr4wow committed Nov 21, 2022
2 parents b9bcfd3 + 0d7e075 commit a6ef998
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/recommended",
"plugin:import/typescript"
"plugin:import/typescript",
"prettier"
],
"ignorePatterns": ["**/node_modules"],
"parser": "@typescript-eslint/parser",
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
}
20 changes: 20 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "patios",
"name": "@kinandcarta/patios",
"version": "0.0.1",
"description": "Manage large Open API specifications and automatically generate TypeScript definitions from it.",
"description": "Manage large Open API specifications and automatically generate TypeScript definitions from them.",
"main": "src/index.ts",
"type": "module",
"scripts": {
"test": "jest",
"dev": "node-dev src/index.ts",
"start": "ts-node src/index.ts",
"format": "prettier -w .",
"lint": "eslint --ignore-path .prettierignore \"**/*.ts\"",
"lint:fix": "eslint --fix --ignore-path .prettierignore \"**/*.ts\"",
"lint:check-rule-overlap": "npx eslint-config-prettier src/index.ts",
"typecheck": "tsc --noEmit"
},
"repository": {
Expand All @@ -29,6 +31,7 @@
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
Expand Down

0 comments on commit a6ef998

Please sign in to comment.