We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cd122 commit 2ca92bdCopy full SHA for 2ca92bd
package.json
@@ -45,7 +45,7 @@
45
"build": "ts-bridge --project tsconfig.build.json --clean",
46
"build:docs": "typedoc",
47
"lint": "yarn lint:eslint && yarn lint:constraints && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
48
- "lint:changelog": "auto-changelog validate --prettier",
+ "lint:changelog": "auto-changelog validate",
49
"lint:constraints": "yarn constraints",
50
"lint:dependencies": "depcheck && yarn dedupe",
51
"lint:eslint": "eslint . --cache --ext js,ts",
0 commit comments