Skip to content

Commit

Permalink
chore: setup refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
revelt committed Dec 18, 2023
1 parent e0e704a commit 6dc13a5
Show file tree
Hide file tree
Showing 64 changed files with 2,558 additions and 2,544 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ yarn-error.log*
.turbo

# testing tsc build output:
dist_ts/
dist_ts/
.nx/cache
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
data/sources/
data/sources/
/.nx/cache
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"source.fixAll.eslint": "explicit"
},
"cSpell.words": [
"arrayiffy",
"Butterick",
Expand Down
2 changes: 1 addition & 1 deletion data/sources/allDTS.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/sources/gitStats.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const gitStats = {
"commitTotal": "8350"
"commitTotal": "8355"
}
2 changes: 1 addition & 1 deletion data/sources/interdeps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ export const interdeps = [
},
{
"name": "update-versions",
"size": 15798,
"size": 15780,
"imports": [
"codsen-utils",
"edit-package-json"
Expand Down

0 comments on commit 6dc13a5

Please sign in to comment.