Skip to content

Commit

Permalink
chore(marshal): Add eslint devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Nov 22, 2024
1 parent ff6a5ab commit 2e21f38
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/marshal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@
"@endo/ses-ava": "workspace:^",
"@fast-check/ava": "^1.1.5",
"ava": "^6.1.3",
"babel-eslint": "^10.1.0",
"c8": "^7.14.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"typescript": "~5.6.3"
},
"files": [
Expand Down
6 changes: 6 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,13 @@ __metadata:
"@endo/ses-ava": "workspace:^"
"@fast-check/ava": "npm:^1.1.5"
ava: "npm:^6.1.3"
babel-eslint: "npm:^10.1.0"
c8: "npm:^7.14.0"
eslint: "npm:^8.57.0"
eslint-config-airbnb-base: "npm:^15.0.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-eslint-comments: "npm:^3.2.0"
eslint-plugin-import: "npm:^2.29.1"
typescript: "npm:~5.6.3"
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 2e21f38

Please sign in to comment.