@hanggrian/stylebook
v0.1.0
Published
Permissive linter extensions for markup and data languages
Maintainers
Readme
Stylebook
Third-party linter rules and configuration for various data formats not considered as a programming language.
Download
PyPI
pip install stylebook-dataNPM
npm install stylebook-markup \
stylelint @stylistic/stylelint-plugin stylelint-config-recommended \
@prantlf/jsonlint \
markdownlint markdownlint-cli2 --save-devUsage
Insert target paths into the command. The program will recursively search for qualifying file types and spawn the corresponding linter processes.
npm exec stylebook some-folder/ some-file.sql
source .venv/bin/activate && stylebook **/* # or use uv runSQLFluff
No setup is necessary. However, to customize behaviors, a local
.sqlfluff is needed.
tomllint
No setup is necessary. However, to customize behaviors, a local
.taplo.toml is needed.
yamllint
No setup is necessary. However, to customize behaviors, a local
.yamllintrc.json is needed.
Stylelint
Create .stylint.config.js file in the root directory.
HTML Hint
No setup is necessary. However, to customize behaviors, a local
.htmlhintrc is needed.
JSON Lint
No setup is necessary. However, to customize behaviors, a local
.jsonlintrc.config.json is needed.
markdownlint
No setup is necessary. However, to customize behaviors, a local
.markdownlint-cli2.json is needed.
