Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
benfeather committed Feb 18, 2024
1 parent 9c12355 commit f4459f8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.log
.DS_Store
.idea
misc
node_modules
2 changes: 2 additions & 0 deletions packages/eslint-config/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.log
.DS_Store
.idea
node_modules
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benfeather/eslint-config",
"version": "1.1.0",
"version": "1.2.0",
"main": "./eslint-config.cjs",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/prettier-config/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
*.log
.DS_Store
.idea
node_modules
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benfeather/prettier-config",
"version": "1.1.0",
"version": "1.2.0",
"main": "./prettier-config.cjs",
"peerDependencies": {
"prettier": "^3.2.5"
Expand Down

0 comments on commit f4459f8

Please sign in to comment.