Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yaodingyd/stylelint-config-my


https://github.com/yaodingyd/stylelint-config-my

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# stylelint-config-my

Basic rules for linting CSS files:
1. "font-family-no-duplicate-names": Disallow duplicate font family names.
2. "string-no-newline": Disallow (unescaped) newlines in strings.
3. "declaration-block-no-duplicate-properties": Disallow duplicate properties within declaration blocks.
4. "block-no-empty": Disallow empty blocks.
5. "comment-no-empty": Disallow empty comments.
6. "no-duplicate-selectors": Disallow duplicate selectors.
7. "no-extra-semicolons": Disallow extra semicolons.
8. "no-unknown-animations": Disallow unknown animations.