Skip to content

Commit

Permalink
chore: cleanup repo
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Mar 3, 2024
1 parent 74c09c7 commit b4cf9d5
Show file tree
Hide file tree
Showing 6 changed files with 519 additions and 1,288 deletions.
4 changes: 1 addition & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
CHANGELOG.md
*.hbs
.turbo
conventional-templates/
.yarn/
dist/
coverage/

This file was deleted.

14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"start": "node . --dry-run",
"lint": "eslint src --ext ts --fix",
"prettier": "prettier --ignore-path=.prettierignore",
"format": "prettier --write \"src/**/*.ts\"",
"format": "yarn prettier --write .",
"update": "yarn upgrade-interactive",
"clean": "node scripts/clean.mjs",
"clean": "rimraf dist",
"build": "tsc -b src",
"watch": "tsc -b src -w",
"bump": "yarn build && node .",
Expand Down Expand Up @@ -66,17 +66,9 @@
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"resolutions": {
"acorn": "^8.11.3",
"ansi-regex": "^5.0.1",
"minimist": "^1.2.8",
"@types/conventional-recommended-bump@^6.1.1": "patch:@types/conventional-recommended-bump@npm%3A6.1.1#./.yarn/patches/@types-conventional-recommended-bump-npm-6.1.1-1c00ca9397.patch",
"@types/conventional-recommended-bump@*": "patch:@types/conventional-recommended-bump@npm%3A6.1.1#./.yarn/patches/@types-conventional-recommended-bump-npm-6.1.1-1c00ca9397.patch",
"git-cliff": "portal:/Users/favna/workspace/favware/git-cliff/npm/git-cliff"
},
"engines": {
"node": ">=v16"
},
Expand Down
7 changes: 0 additions & 7 deletions scripts/clean.mjs

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"allowJs": true
},
"include": ["src", "scripts", ".prettierrc.mjs"]
"include": ["src", ".prettierrc.mjs"]
}
Loading

0 comments on commit b4cf9d5

Please sign in to comment.