Skip to content

Commit

Permalink
feat(json): add json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Jan 3, 2025
1 parent aec3dcd commit 7ade245
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions api-node/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "hm-api-node",
"private": true,
"engines": {
Expand Down
1 change: 1 addition & 0 deletions api-node/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */

Expand Down
1 change: 1 addition & 0 deletions data-visualization/grafana/hm-panel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "hm-panel-plugin",
"version": "1.0.0",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions data-visualization/grafana/hm-panel-plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "./.config/tsconfig.json",
"compilerOptions": {
"noEmit": true
Expand Down
1 change: 1 addition & 0 deletions ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "hm-ethereum",
"private": true,
"engines": {
Expand Down
1 change: 1 addition & 0 deletions ethereum/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"compilerOptions": {
/* Visit https://aka.ms/tsconfig to read more about this file */

Expand Down
1 change: 1 addition & 0 deletions mobile/mobile-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "hm-mobile",
"private": true,
"engines": {
Expand Down
1 change: 1 addition & 0 deletions mobile/mobile-react-native/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "expo/tsconfig.base",
"compilerOptions": {
"noEmit": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "hongbomiao.com",
"homepage": "https://www.hongbomiao.com",
"description": "Hongbo Miao – Making magic happen",
Expand All @@ -11,7 +12,6 @@
"type": "git",
"url": "https://github.com/hongbo-miao/hongbomiao.com"
},
"private": true,
"engines": {
"node": "22.x"
},
Expand Down
4 changes: 2 additions & 2 deletions web-cypress/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion web-cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "hm-cypress",
"$schema": "https://json.schemastore.org/package.json",
"name": "web-cypress",
"private": true,
"engines": {
"node": "22.x"
Expand Down
1 change: 1 addition & 0 deletions web-cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"compilerOptions": {
"noEmit": true,
"strict": true,
Expand Down
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "hm-web",
"private": true,
"engines": {
Expand Down
1 change: 1 addition & 0 deletions web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"compilerOptions": {
"target": "es5",
"lib": [
Expand Down

0 comments on commit 7ade245

Please sign in to comment.