Skip to content

Commit

Permalink
Automatically applying Prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 4, 2024
1 parent 0c6b23f commit b76bee7
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions JS/edgechains/examples/hydeSearch/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jsxImportSource": "hono/jsx",
"noImplicitAny": false,
"moduleResolution": "NodeNext",
"declaration": true,
"declaration": true
},
"include": ["src/**/*.ts", "dist/**/*.d.ts"],
"include": ["src/**/*.ts", "dist/**/*.d.ts"]
}
4 changes: 2 additions & 2 deletions JS/edgechains/examples/react-chain/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jsxImportSource": "hono/jsx",
"noImplicitAny": false,
"moduleResolution": "NodeNext",
"declaration": true,
"declaration": true
},
"include": ["src/**/*.ts", "dist/**/*.d.ts", "src/jest.config.js"],
"include": ["src/**/*.ts", "dist/**/*.d.ts", "src/jest.config.js"]
}
4 changes: 2 additions & 2 deletions JS/edgechains/examples/wikiExample/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jsxImportSource": "hono/jsx",
"noImplicitAny": false,
"moduleResolution": "NodeNext",
"declaration": true,
"declaration": true
},
"include": ["src/**/*.ts", "dist/**/*.d.ts"],
"include": ["src/**/*.ts", "dist/**/*.d.ts"]
}
6 changes: 3 additions & 3 deletions JS/edgechains/lib/create-edgechains/__common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"jsxImportSource": "hono/jsx",
"noImplicitAny": false,
"moduleResolution": "NodeNext",
"declaration": true,
"declaration": true
},
"include": [
"src/**/*.ts",
"dist/**/*.d.ts", // include the generated declaration file
],
"dist/**/*.d.ts" // include the generated declaration file
]
}
4 changes: 2 additions & 2 deletions JS/edgechains/lib/create-edgechains/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"skipLibCheck": true,
"noEmit": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"jsxImportSource": "hono/jsx"
},
"exclude": ["node_modules", "dist"],
"exclude": ["node_modules", "dist"]
}
4 changes: 2 additions & 2 deletions JS/edgechains/lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"jsxImportSource": "hono/jsx",
"noImplicitAny": false,
"moduleResolution": "NodeNext",
"declaration": true,
},
"declaration": true
}
}
6 changes: 3 additions & 3 deletions JS/wasm/types/jsonnet/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"lib": ["es6"],
"strict": true,
"baseUrl": ".",
"paths": { "arakoo-jsonnet": ["."] },
"paths": { "arakoo-jsonnet": ["."] }
},
"typedocOptions": {
"entryPoints": ["index.d.ts"],
"out": "../docs",
"excludeExternals": true,
"excludeExternals": true
},
"include": ["."],
"include": ["."]
}
98 changes: 49 additions & 49 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"dependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"express": "^4.18.2",
"prettier": "^3.2.4"
"prettier": "^3.2.5"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down

0 comments on commit b76bee7

Please sign in to comment.