stylint
Version:
A linter for stylus
39 lines (30 loc) • 958 B
Markdown
duplicates was not toggle-able - fixed https://github.com/rossPatton/stylint/issues/27
duplicates needs some work - update README to reflect that
add npm badge and gitter
README tweaks
checks:
duplicates added, on by default, check for duplicate selectors or properties
config:
duplicates: bool, for toggling duplicates check
globalDupe: bool, for controlling reach of duplicates check
tests:
unit tests for all the above added, as well as tests for 0.7.4
code coverage should be around 89%
checks:
alphabetical added, check that properties are in the correct order
config:
alphabetical: bool, for toggling alphabetical check
zIndexDuplicates added, off by default
zIndexNormalize added, off by default
bug fixes
code coverage
reduced dependencies
numerous bug fixes
valid property test improved, throws fewer false positives than before