Skip to content

Commit 8b38ffa

Browse files
committed
build: update gemini context
1 parent 520db0a commit 8b38ffa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

GEMINI.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ This guide outlines best practices for developing Google Apps Script projects, f
77
* For new sample directories, ensure the top-level folder is included in the [`test.yaml`](.github/workflows/test.yaml) GitHub workflow's matrix configuration.
88
* Do not move or delete snippet tags: `[END apps_script_... ]` or `[END apps_script_... ]`.
99

10+
11+
## Tools
12+
13+
Lint and format code using [Biome](https://biomejs.dev/).
14+
15+
```bash
16+
pnpm lint
17+
pnpm format
18+
```
19+
1020
## Apps Script Code Best Practices
1121

1222
Apps Script supports the V8 runtime, which enables modern ECMAScript syntax. Using these features makes your code cleaner, more readable, and less error-prone.

0 commit comments

Comments
 (0)