Skip to content

Commit

Permalink
chore: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Dec 30, 2023
1 parent df1f114 commit 8773275
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg1

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

5 changes: 0 additions & 5 deletions .lintstagedrc

This file was deleted.

6 changes: 0 additions & 6 deletions .lintstagedrc copy

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"test": "echo testing",
"lint": "eslint \"{packages,modules}/*/src/*.{ts,tsx}\" --fix",
"format": "prettier --config .prettierrc \"{packages,modules}/*/src/*.ts\" --write",
"prepare": "husky install",
"version": "pnpm changeset && pnpm changeset version && pnpm exec conventional-changelog -p eslint -i CHANGELOG.md -s && git add {CHANGELOG.md,package.json}",
"release": "pnpmr run version && pnpm exec release",
"publish": "pnpm changeset publish --no-git-tag"
Expand All @@ -37,7 +36,6 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"inquirer": "^9.2.12",
"prettier": "^3.0.2"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/loader/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"compilerOptions": {
"incremental": false,
"composite": false,
"declaration": false,
"noEmit": true,
"allowImportingTsExtensions": true,
"rootDir": "./src",
"outDir": "./lib"
},
Expand Down

0 comments on commit 8773275

Please sign in to comment.