Skip to content

Commit d25375e

Browse files
committed
Lint fixes
1 parent 5fe47e3 commit d25375e

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/lint.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Lint
22

33
on:
44
push:
5-
branches:
6-
- main
75
pull_request:
86

97
jobs:

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi
1313
- [Dart/Flutter](#dartflutter)
1414
- [C#](#c)
1515
- [D](#d)
16-
- [Node.js](#node-js)
16+
- [Node.js](#nodejs)
1717
- [Unofficial PocketBase Clients (SDKs)](#unofficial-pocketbase-clients-sdks)
1818
- [Hosting](#hosting)
19-
- [Plugins](#plugins)
19+
- [Native Go Plugins](#native-go-plugins)
2020
- [TypeScript tools](#typescript-tools)
2121
- [SQLite tools](#sqlite-tools)
2222
- [Other tools](#other-tools)
@@ -38,7 +38,7 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi
3838
- [SvelteKit Starter](https://github.com/spinspire/pocketbase-sveltekit-starter) - A starter-kit showing how to use customized PocketBase as a backend to SvelteKit frontend.
3939
- [SvelteKit Auth](https://github.com/danawoodman/sveltekit-auth-example) - This project is designed as a sample implementation reference for getting authentication setup using SvelteKit.
4040
- [SvelteKit PocketBase Auth](https://github.com/jianyuan/pocketbase-sveltekit-auth) - This project demonstrates how to integrate PocketBase with SvelteKit. The project includes login and registration pages, as well as examples of how to retrieve the current user. You can watch a video of the creation of this project on YouTube at [this link](https://youtu.be/AxPB3e-3yEM).
41-
- [pocketbase-sveltekit-static](https://github.com/Egor-S/pocketbase-sveltekit-static) - A minimalistic template with configured authorization featuring a single Docker image (from 55 MB) for deploying.
41+
- [pocketbase-sveltekit-static](https://github.com/Egor-S/pocketbase-sveltekit-static) - A minimalist template with configured authorization featuring a single Docker image (from 55 MB) for deploying.
4242

4343
## Vue
4444

@@ -59,7 +59,7 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi
5959

6060
## D
6161

62-
- [libpb](https://github.com/Hax-io/libpb) - PocketBase client wrapper for D with automagic serialization and deserialization to and from JSON.
62+
- [libpb](https://github.com/Hax-io/libpb) - PocketBase client wrapper for D with automatic serialization and deserialization to and from JSON.
6363

6464
## Node.js
6565

@@ -84,11 +84,11 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi
8484
- [LocalXpose](https://localxpose.io/docs/tutorials/expose-pocketbase-backend) - Allow public access to a localhost instance.
8585
- [PocketBase Docker](https://github.com/kdpuvvadi/pocketbase) - Docker images supporting multiple architectures and updated with latest PocketBase releases.
8686

87-
## Plugins
87+
## Native Go Plugins
8888

8989
- [Telegram auth](https://github.com/iamelevich/pocketbase-plugin-telegram-auth) - Add Telegram auth (Widget button and WebApp).
90-
- [Ngrok](https://github.com/iamelevich/pocketbase-plugin-ngrok) - Allow to expose local PocketBase to the internet with ngrok. Can be useful for development purposes.
91-
- [Proxy](https://github.com/iamelevich/pocketbase-plugin-proxy) - Allow to proxify requests to the other host. Can be useful when you want to use separate server as frontend (like Next.js), but serve everything with same port.
90+
- [Ngrok](https://github.com/iamelevich/pocketbase-plugin-ngrok) - Expose local PocketBase to the internet with ngrok.
91+
- [Proxy](https://github.com/iamelevich/pocketbase-plugin-proxy) - Proxy requests to another other host. Can be useful when you want to use separate server as frontend (like Next.js), but serve everything with same port.
9292

9393
## TypeScript tools
9494

0 commit comments

Comments
 (0)