Skip to content

Commit d6db743

Browse files
committed
feat: add ts-base to README, update rmWhitespace explanation
1 parent 9522e67 commit d6db743

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
Eta is a lightweight and blazing fast embedded JS templating engine that works inside Node, Deno, and the browser. It's written in TypeScript and emphasizes great performance, configurability, and small bundle size.
3131

32+
> 🎯 **Built with [ts-base](https://github.com/bgub/ts-base)** — A TypeScript library starter template featuring Biome, Vitest, tsdown, and automated releases. Check out ts-base for a modern TypeScript project setup!
33+
3234
### 🌟 Features
3335

3436
- 📦 0 dependencies

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface EtaConfig {
6161
processTemplate?: (fnString: string, env?: EtaConfig) => string;
6262
}>;
6363

64-
/** Remove all safe-to-remove whitespace */
64+
/** Remove empty lines and whitespace between lines */
6565
rmWhitespace: boolean;
6666

6767
/** Delimiters: by default `['<%', '%>']` */

0 commit comments

Comments
 (0)