generated from Consensys/doc.goquorum
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e783934
commit f8d0eb0
Showing
14 changed files
with
5,314 additions
and
3,891 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 |
---|---|---|
@@ -1,18 +1,10 @@ | ||
module.exports = { | ||
extends: ["stylelint-config-standard", "stylelint-config-prettier"], | ||
rules: { | ||
"selector-pseudo-class-no-unknown": [ | ||
true, | ||
{ | ||
// :global is a CSS modules feature to escape from class name hashing | ||
ignorePseudoClasses: ["global"], | ||
}, | ||
], | ||
"extends": "stylelint-config-standard", | ||
"rules": { | ||
"selector-class-pattern": null, | ||
"custom-property-empty-line-before": null, | ||
"selector-id-pattern": null, | ||
"declaration-empty-line-before": null, | ||
"comment-empty-line-before": null, | ||
"value-keyword-case": ["lower", { camelCaseSvgKeywords: true }], | ||
}, | ||
}; | ||
"comment-empty-line-before" : null, | ||
"media-feature-range-notation": null, | ||
"selector-anb-no-unmatchable": null, | ||
"declaration-block-no-duplicate-properties": null | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.