-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add pending spec for repeated stylelintrc keys (#41)
* implement unit test to highlight poor json config can break stylelint * adds pending test Because I did some investigation into stylelint's JSON parsing library (cosmiconfig) and wanted to add the fix there, but there were some blockers that we will have to get around another time. Having this feedback in the master branch will be helpful.
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"rules": { | ||
"color-hex-length": "short", | ||
"color-hex-length": "short" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters