Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 11, 2024
1 parent 124e593 commit 5c15ec5
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 72 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'prettier'
],
files: ['**/*.js', '**/*.ts'],
overrides: [
{
env: {
Expand Down
186 changes: 118 additions & 68 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "TypeScript and JavaScript CDK for the Internet Computer",
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "if [ \"$npm_config_fix\" ]; then eslint . --ext .js,.ts --cache --fix; else eslint . --ext .js,.ts --cache; fi",
"prepare": "husky install",
"lint": "if [ \"$npm_config_fix\" ]; then eslint . --cache --fix; else eslint . --cache; fi",
"prepare": "husky",
"install": "cd dfx_extension && ./install.sh",
"test": "test/test.sh"
},
Expand All @@ -31,7 +31,7 @@
"@dfinity/identity-secp256k1": "^2.1.3",
"binaryen": "^116.0.0",
"buffer": "^6.0.3",
"chokidar": "^3.6.0",
"chokidar": "^4.0.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"crypto-browserify": "^3.12.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"deep-equal": "^2.2.3",
"eslint": "^9.0.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fast-check": "^3.23.1",
Expand Down

0 comments on commit 5c15ec5

Please sign in to comment.