Skip to content

Commit

Permalink
Fix some lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Jul 6, 2024
1 parent 18aa82b commit 00c2081
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/snaps-cli/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"assert",
"browser-pack",
"buffer",
"core-js-compat",
"eslint-config-*",
"eslint-plugin-*",
"events",
Expand Down
1 change: 1 addition & 0 deletions packages/snaps-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/snaps-storybook": "workspace:^",
"@storybook/addon-controls": "^8.1.11",
"@storybook/types": "^8.1.11",
"@swc/core": "1.3.78",
"@types/jest": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
],
"scripts": {
"test": "jest && yarn posttest",
"test:ci": "yarn test",
"posttest": "jest-it-up --margin 0.25",
"test:ci": "yarn test",
"clean": "rimraf '*.tsbuildinfo' 'dist'",
"start": "storybook dev --port 7000 --no-open",
"build": "tsup --clean && yarn build:types",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6297,6 +6297,7 @@ __metadata:
"@metamask/snaps-storybook": "workspace:^"
"@metamask/utils": ^8.3.0
"@storybook/addon-controls": ^8.1.11
"@storybook/types": ^8.1.11
"@swc/core": 1.3.78
"@types/jest": ^27.5.1
"@typescript-eslint/eslint-plugin": ^5.42.1
Expand Down

0 comments on commit 00c2081

Please sign in to comment.