dayflower/tw-lint

Lint Tailwind CSS class usage via the Tailwind CSS language server, with inline annotations on the run and pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
globsWhitespace- or newline-separated glob patterns to lint. Leave empty to use the built-in defaults.no""
working-directoryProject root directory to lint from (CLI `--cwd`).no.
configPath to a linter config file (JSON).no""
severityNewline-separated `rule=level` overrides (e.g. `cssConflict=error`).no""
tailwind-configForce a specific Tailwind config file.no""
max-warningsNumber of warnings that triggers a failing run.no""
quietReport errors only.nofalse
fixAutomatically fix problems and write changes to files.nofalse
fix-dry-runCompute fixes without writing changes to files.nofalse
fix-passesMaximum number of fix passes when fixing (default 10; 0 or 1 = single pass).no""
report-fixedList the fixes applied when fixing.no""
error-on-no-projectFail the run when no Tailwind project is detected. Set to `false` to treat it as success.notrue
verbosePrint language server diagnostics to the log.nofalse
namedescription
error-countTotal number of errors found.
warning-countTotal number of warnings found.
fix-countTotal number of fixes applied.