Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
// Remove these and fix lint errors
"padding-line-between-statements": "warn",
"prefer-destructuring": "warn",
"perfectionist/sort-objects": "warn",
"import/no-named-as-default": "warn",
"perfectionist/sort-union-types": "warn",
"perfectionist/sort-classes": "warn",
"perfectionist/sort-imports": "warn",
// "perfectionist/sort-objects": "warn",
// "import/no-named-as-default": "warn",
// "perfectionist/sort-union-types": "warn",
// "perfectionist/sort-classes": "warn",
// "perfectionist/sort-imports": "warn",
"unicorn/prefer-optional-catch-binding": "warn",
"unicorn/prefer-node-protocol": "warn",
"@typescript-eslint/no-explicit-any": "warn",
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
lib
node_modules
.idea
oclif.manifest.json
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.17.0
nodejs 16.20.0
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
"http-call": "^5.3.0"
},
"devDependencies": {
"@oclif/test": "^3.2.15",
"@oclif/test": "^2.5.6",
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.6",
"@types/node": "16.11.7",
"@types/supports-color": "^5.3.0",
"chai": "^4.4.1",
"eslint": "8.x",
"eslint-config-oclif": "^5.2.1",
"eslint-config-oclif-typescript": "^3.1.9",
"eslint": "^7.32.0",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.3",
"eslint-plugin-oclif": "^0.1.0",
"globby": "^14.0.2",
"globby": "^13.2.2",
"mocha": "^10.4.0",
"nock": "^13.5.1",
"oclif": "^4.14.26",
"oclif": "3.17.2",
"ts-node": "^10.9.2",
"typescript": "5.5.4"
},
Expand Down Expand Up @@ -63,6 +63,9 @@
"commands": "./lib/commands"
},
"repository": "heroku/heroku-api-plugin",
"resolutions": {
"isbinaryfile": "4.0.10"
},
"scripts": {
"lint": "eslint . --ext .ts",
"postpublish": "rm oclif.manifest.json",
Expand All @@ -71,6 +74,6 @@
"prepack": "tsc && oclif manifest",
"pretest": "tsc && oclif manifest",
"test": "mocha test/**/*.test.ts",
"version": "oclif-dev readme && git add README.md"
"version": "oclif readme && git add README.md"
}
}
Loading
Loading