8000 chore: convert bluesky to mcp by drpebcak · Pull Request #709 · obot-platform/tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: convert bluesky to mcp #709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bluesky/.eslintignore

This file was deleted.

27 changes: 0 additions & 27 deletions bluesky/.eslintrc.cjs

This file was deleted.

29 changes: 0 additions & 29 deletions bluesky/credential/tool.gpt

This file was deleted.

14 changes: 14 additions & 0 deletions bluesky/eslint.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import eslint from "@eslint/js";
import eslintConfigPrettier from "eslint-config-prettier/flat";
import perfectionist from "eslint-plugin-perfectionist";
import tseslint from "typescript-eslint";

export default tseslint.config(
eslint.configs.recommended,
tseslint.configs.recommended,
perfectionist.configs["recommended-alphabetical"],
eslintConfigPrettier,
{
ignores: ["**/*.js"],
},
);
Loading
Loading
0