Skip to content

Commit 81afd3c

Browse files
authored
chore: fix lint & added lint:fix script (#48)
1 parent 312cf50 commit 81afd3c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"scripts": {
4949
"clean": "rimraf .nyc_output coverage dist",
5050
"lint": "eslint .",
51+
"lint:fix": "eslint --fix .",
5152
"build": "tsup src/index.ts src/cli/index.ts --format esm,cjs --dts --clean",
5253
"watch": "npm run build -- --watch src",
5354
"start": "esno src/cli/run.ts",

src/get-new-version.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { BumpRelease, PromptRelease } from './normalize-options'
22
import type { Operation } from './operation'
33
import type { ReleaseType } from './release-type'
44
import process from 'node:process'
5-
import * as ezSpawn from '@jsdevtools/ez-spawn'
65
import c from 'picocolors'
76
import prompts from 'prompts'
87
import semver, { clean as cleanVersion, valid as isValidVersion, SemVer } from 'semver'

0 commit comments

Comments
 (0)