Skip to content

Commit

Permalink
Merge pull request #4 from fabriguespe/playground_eslint
Browse files Browse the repository at this point in the history
Disable eslint for playground
  • Loading branch information
fabriguespe authored Jun 3, 2024
2 parents 77654fd + 2abf66c commit 221a343
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
Binary file modified packages/playground/.yarn/install-state.gz
Binary file not shown.
6 changes: 0 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@xmtp/frames-client": "^0.5.0",
"@xmtp/xmtp-js": "^11.6.1",
Expand Down
1 change: 0 additions & 1 deletion packages/playground/src/middleware/Bot.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-nocheck
import { ContentTypeId } from "@xmtp/xmtp-js";

export const ContentTypeBotMessage = new ContentTypeId({
Expand Down
1 change: 0 additions & 1 deletion packages/playground/src/middleware/Reply.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export class ReplyCodec {
return {
reference: content.parameters.reference,
contentType,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
content: codec.decode(decodedContent, codecs),
receiver: content.parameters.receiver,
};
Expand Down
1 change: 0 additions & 1 deletion packages/playground/src/middleware/Silent.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-nocheck
import { ContentTypeId } from "@xmtp/xmtp-js";

export const ContentTypeSilent = new ContentTypeId({
Expand Down

0 comments on commit 221a343

Please sign in to comment.