Skip to content

Commit e8adbc2

Browse files
feat!: migrate to v6 pkg-utils best practice
1 parent 9e993ce commit e8adbc2

14 files changed

+956
-883
lines changed

.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*.js
22
.eslintrc.js
33
commitlint.config.js
4-
dist
4+
lib
55
lint-staged.config.js
66
package.config.ts

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ yalc.lock
5757
*.tgz
5858

5959
# Compiled plugin
60-
dist
60+
lib
6161
tsconfig.tsbuildinfo

.prettierignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist
1+
lib
22
pnpm-lock.yaml
33
yarn.lock
44
package-lock.json

0 commit comments

Comments
 (0)