Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 13, 2023
1 parent b1e64b7 commit 47c5536
Show file tree
Hide file tree
Showing 17 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ lib
node_modules
pnpm-lock.yaml
pnpm-workspace.yaml
.next
6 changes: 6 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ module.exports = {
],
},
},
{
files: ["./examples/sse/**/*.ts"],
rules: {
"n/no-missing-import": "off",
},
},
],
parser: "@typescript-eslint/parser",
plugins: [
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ lib/
pnpm-lock.yaml
/CHANGELOG.md
pnpm-workspace.yaml
.next
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 47c5536

Please sign in to comment.