Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geckotang/tryout-stylelint
https://github.com/geckotang/tryout-stylelint
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/geckotang/tryout-stylelint
- Owner: geckotang
- Created: 2015-07-30T16:40:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T16:41:18.000Z (over 9 years ago)
- Last Synced: 2024-04-14T19:11:43.203Z (7 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
$npm install
$npm run csslint
> @ csslint /Users/geckotang/Work/sandbox/tryout-stylelint
> gulp css[01:39:54] Using gulpfile ~/Work/sandbox/tryout-stylelint/gulpfile.js
[01:39:54] Starting 'css'...css/invalid-style.css
1:1 ⚠ Expected single space before "{" (block-opening-brace-space-before) [stylelint]
2:3 ⚠ Unexpected whitespace before ":" (declaration-colon-space-before) [stylelint]
2:3 ⚠ Unexpected unit on zero length number (number-zero-length-no-unit) [stylelint]
3:3 ⚠ Expected single space after ":" (declaration-colon-space-after) [stylelint]
4:3 ⚠ Expected a leading zero (number-leading-zero) [stylelint]
5:3 ⚠ Unexpected trailing zero(s) (number-no-trailing-zeros) [stylelint]
6:3 ⚠ Unexpected trailing zero(s) (number-no-trailing-zeros) [stylelint]
8:1 ⚠ Expected indentation of 2 spaces at line 8 (indentation) [stylelint]
8:1 ⚠ Expected indentation of 2 spaces at line 10 (indentation) [stylelint]
9:3 ⚠ Expected indentation of 4 spaces at line 9 (indentation) [stylelint]
11:3 ⚠ Expected indentation of 4 spaces at line 11 (indentation) [stylelint]
11:3 ⚠ Expected indentation of 4 spaces at line 13 (indentation) [stylelint]
11:3 ⚠ Expected single space before "{" (block-opening-brace-space-before) [stylelint]
12:5 ⚠ Expected indentation of 6 spaces at line 12 (indentation) [stylelint]
15:1 ⚠ Expected single space after "{" of a single-line block (block-opening-brace-space-after) [stylelint]
17:1 ⚠ Expected single space before "}" of a single-line block (block-closing-brace-space-before) [stylelint]
20:3 ⚠ Expected "#FFFFFF" to be "#ffffff" (color-hex-case) [stylelint]
20:3 ⚠ Expected "#FFFFFF" to be "#FFF" (color-hex-length) [stylelint]
21:3 ⚠ Expected "#000000" to be "#000" (color-hex-length) [stylelint]
26:3 ⚠ Expected single space before "!" (declaration-bang-space-before) [stylelint]
27:3 ⚠ Unexpected whitespace after "!" (declaration-bang-space-after) [stylelint]
31:3 ⚠ Expected no quotes around url argument (function-url-quotes) [stylelint]
32:3 ⚠ Expected no quotes around url argument (function-url-quotes) [stylelint][01:39:54] Finished 'css' after 70 ms
```