Skip to content

Commit

Permalink
Format codebase 💞
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 committed Jan 23, 2024
1 parent 34850db commit d843226
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 225 deletions.
4 changes: 2 additions & 2 deletions packages/store/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"compilerOptions": {
"types": ["vitest/importMeta", "vitest/globals"],
"lib": ["ESNext", "DOM"],
"target": "ESNext"
}
"target": "ESNext",
},
}
4 changes: 2 additions & 2 deletions packages/utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"compilerOptions": {
"types": ["vitest/importMeta", "vitest/globals"],
"lib": ["ESNext", "DOM"],
"target": "ESNext"
}
"target": "ESNext",
},
}
3 changes: 2 additions & 1 deletion packages/vite-plugin-inspect-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Minor Changes

- [`d193911`](https://github.com/willnguyen1312/namnode/commit/d193911fb93c8709ff9f4d56a4576ff7113abfed) Thanks [@willnguyen1312](https://github.com/willnguyen1312)! - Add base option 💞
- [`d193911`](https://github.com/willnguyen1312/namnode/commit/d193911fb93c8709ff9f4d56a4576ff7113abfed) Thanks
[@willnguyen1312](https://github.com/willnguyen1312)! - Add base option 💞

## 1.20.0

Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin-inspect-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"jsx": "react-jsx",
"module": "ESNext"
}
"module": "ESNext",
},
}
Loading

0 comments on commit d843226

Please sign in to comment.