Lint

Run static analysis tools (pylint, flake8 for Python, ESLint for JavaScript) to check Google Style compliance. Use when this capability is needed.

tomevault-io Updated

File contents

# Python
cd server && python -m flake8 src/ tests/ --max-line-length=80
cd server && python -m pylint src/ --indent-string='  '

# JavaScript
cd client && npx eslint src/ --ext .js

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/iwatake2222--alpamayo-webrtc--lint commit 86b2d49dba

Frequently asked questions

npx skillmds@latest add tomevault-io/lint-7