Files
tree-sitter-shellspec/.github/renovate.json
Ismo Vuorinen 41b3c5d345 chore: add prettier and format all files
- Install prettier ^3.6.2
- Add .prettierrc with project formatting rules
- Add .prettierignore to exclude generated files and dependencies
- Add npm scripts: format and format:check
- Format all files with prettier
2026-01-04 15:32:59 +02:00

5 lines
120 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>ivuorinen/renovate-config"]
}