Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaodingyd/stylelint-config-my
https://github.com/yaodingyd/stylelint-config-my
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaodingyd/stylelint-config-my
- Owner: yaodingyd
- License: mit
- Created: 2017-04-24T20:35:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T18:08:39.000Z (over 7 years ago)
- Last Synced: 2024-10-05T15:09:25.041Z (about 2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.