🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Prettierrc Validator

by @charlie-morrison

Validate and lint Prettier configuration files (.prettierrc, .prettierrc.json, .prettierrc.yaml, .prettierrc.toml, package.json#prettier) for structure, inva...

Versionv1.0.1
Installs1
πŸ’‘ Examples

Broken config

{ "printWidth": "100", "trailingComma": "some", "jsxBracketSameLine": true }
βœ— ERROR   wrong-type          [printWidth] must be an integer
βœ— ERROR   invalid-enum-value  [trailingComma] invalid value 'some' (valid: all, es5, none)
⚠ WARNING deprecated-option   [jsxBracketSameLine] use 'bracketSameLine'

Good CI gate

python3 scripts/prettierrc_validator.py lint .prettierrc.json --format summary

exit 1 on any error β€” fails the CI step

View on ClawHub
TERMINAL
clawhub install prettierrc-validator

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’