File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1010 "node" : true
1111 },
1212 "ignorePatterns" : [
13- " packages/*/dist/**/*"
14- ]
13+ " packages/*/dist/**/*" ,
14+ " packages/*/package/**/*"
15+ ],
16+ "rules" : {
17+ "@typescript-eslint/consistent-type-imports" : " error"
18+ }
1519}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { ConventionalChangelog } from 'conventional-changelog'
55import { concatStringStream } from '@simple-libs/stream-utils'
66import { parseHostedGitUrl } from '@simple-libs/hosted-git-info'
77import semver , { type ReleaseType } from 'semver'
8- import { ProjectManifest } from '../manifest/index.js'
8+ import type { ProjectManifest } from '../manifest/index.js'
99import {
1010 addReleaseNotes ,
1111 extractLastRelease ,
Original file line number Diff line number Diff line change 1- import { getOctokit } from '@actions/github'
1+ import type { getOctokit } from '@actions/github'
22import {
33 type Project ,
44 type ReleaserOptions ,
You can’t perform that action at this time.
0 commit comments