Skip to content

Commit

Permalink
lint: rm codegen-ed eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Mar 8, 2024
1 parent 4b870fe commit 8952781
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/agoric-cli/scripts/get-sdk-package-names.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ps.on('close', code => {
// DO NOT EDIT - automatically generated by ${basename(
new URL(import.meta.url).pathname,
)}
/* eslint-disable comma-dangle,quotes */
// prettier-ignore
export default ${JSON.stringify(workspaces, null, 2)};
`);
Expand Down
1 change: 0 additions & 1 deletion packages/agoric-cli/src/sdk-package-names.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// DO NOT EDIT - automatically generated by get-sdk-package-names.js

// prettier-ignore
export default [
"@agoric/access-token",
Expand Down

0 comments on commit 8952781

Please sign in to comment.