Created
July 7, 2017 08:05
-
-
Save dra1n/8586bd92834a065abfe663258723e239 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| severity: error | |
| linters: | |
| BorderZero: | |
| enabled: true | |
| convention: zero | |
| BemDepth: | |
| enabled: true | |
| DeclarationOrder: | |
| enabled: false | |
| DeclarationOrder: | |
| enabled: true | |
| ExtendDirective: | |
| enabled: true | |
| LeadingZero: | |
| enabled: false | |
| NameFormat: | |
| enabled: true | |
| PrivateNamingConvention: | |
| enabled: true | |
| prefix: _ | |
| PropertySortOrder: | |
| enabled: true | |
| QualifyingElement: | |
| enabled: false | |
| SelectorFormat: | |
| enabled: true | |
| convention: hyphenated_BEM | |
| class_convention: ^(?!js-).* | |
| class_convention_explanation: should not be written in the form js-* | |
| SingleLinePerProperty: | |
| enabled: true | |
| allow_single_line_rule_sets: false | |
| StringQuotes: | |
| enabled: true | |
| style: double_quotes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment