Linting Your Design Tokens, what and why

Always Twisted

#BlogMore v2.21.0 is now available. This adds a lint command that is used to check your blog content for various issues.

https://blog.davep.org/2026/05/10/blogmore-v2-21-0.html

#blogging #ssg #python #programming #writing #linting

BlogMore v2.21.0

After noticing a broken link in a post yesterday, I got to thinking that it would be useful to add a linter to BlogMore. So I've released v2.21.0 which adds linting support.

davep
Quick and dirty linting

This post is another installment of the series dedicated to building sightread.org. Parts 1, 2, 3, 4, 5, 6. I've been using TypeScript (actually JSDoc + tsc --noEmit) as my linter for a while. Well, TBH, I didn't do it intentionally, it's just something Claude does outta the box. I saw some linting

phpied.com
Ah, another day, another "game-changing" #JavaScript toolset, this time wrapped in a Rusty bow 🎁🚀. The "JavaScript Oxidation Compiler" is here to save us from the horrors of slow linting—because what the world really needed was yet another linter with 650 rules nobody asked for. 🤡🔧
https://oxc.rs/ #Rust #Compiler #Linting #Tool #OpenSource #TechNews #HackerNews #ngated
The JavaScript Oxidation Compiler

A collection of high-performance JavaScript tools written in Rust

Oxc

For years I use eslint in TypeScript projects.

New project, new fun, eslint 9.x.x. Minimal config it generates

import js from "@eslint/js";
import globals from "globals";
import tseslint from "typescript-eslint";
import { defineConfig } from "eslint/config";

and 84 dependencies. Before eslint, the project has:

@HaraldKi/[email protected] /home/harald/work/lutrujs
├── [email protected]
└── [email protected]

Any suggestion for a less intrusive linter?

#eslint #typescript #linting #dependencies

Kiểm tra prompt LLM như kiểm tra code: phát hiện mâu thuẫn trước khi triển khai. Prompt dài 1800 token trải qua nhiều file có thể chứa xung đột ngầm — ví dụ "luôn giải thích" vs "ngắn gọn, không giải thích". Công cụ `promptier` phát hiện xung đột mẫu, thứ tự sai, thiếu định danh. Hướng tới kiểm tra ngữ nghĩa bằng LLM cục bộ (Ollama) phát hiện mơ hồ, hướng dẫn gây hallucination. Local-first, dữ liệu không rời máy. #PromptEngineering #LLM #AI #Linting #KỹThuậtPrompt #HệThốngAI

https://www.reddit.

How Twitch Tamed a Million Lines of TypeScript - Josh Ribakoff

Introducing Flint

Flint

Updated: markdownlint #VSCode #Markdown #linting extension to v0.61.1

- Improved rules, add warnings, add `severityForError`/`Warning`

https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint

markdownlint - Visual Studio Marketplace

Extension for Visual Studio Code - Markdown linting and style checking for Visual Studio Code