1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Support "npm run writers" to display a list of writer-focused tools (#58326)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Sarah Schneider
2025-11-03 14:18:43 -05:00
committed by GitHub
parent 00e523c65d
commit d6cb86c0bf
17 changed files with 287 additions and 67 deletions

View File

@@ -1,3 +1,7 @@
/**
* @purpose Writer tool
* @description Run the Docs content linter, specifying paths and optional rules
*/
// @ts-nocheck
import fs from 'fs'
import path from 'path'