Created
January 2, 2016 03:04
-
-
Save MadLittleMods/5dd03f1e8cb88ec1770e to your computer and use it in GitHub Desktop.
Plaudit .stylelintrc 2015-12-4
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
| { | |
| "rules": { | |
| "string-quotes": [2, "single"], | |
| "color-hex-case": [2, "lower"], | |
| "color-no-invalid-hex": 2, | |
| "number-leading-zero": [2, "always"], | |
| "number-no-trailing-zeros": 2, | |
| "number-zero-length-no-unit": 2, | |
| "function-calc-no-unspaced-operator": 2, | |
| "function-comma-newline-after": [2, "always-multi-line"], | |
| "function-comma-space-after": [2, "always-single-line"], | |
| "function-comma-space-before": [2, "never"], | |
| "function-linear-gradient-no-nonstandard-direction": 2, | |
| "function-parentheses-space-inside": [2, "never"], | |
| "function-space-after": [2, "always"], | |
| "function-url-quotes": [2, "single"], | |
| "value-no-vendor-prefix": 2, | |
| "value-list-comma-newline-before": [2, "never-multi-line"], | |
| "value-list-comma-newline-after": [2, "always-multi-line"], | |
| "value-list-comma-space-before": [2, "never"], | |
| "value-list-comma-space-after": [2, "always-single-line"], | |
| "property-no-vendor-prefix": 2, | |
| "custom-property-pattern": [2, "^[a-z0-9]+(-[a-z0-9]+)*"], | |
| "declaration-bang-space-before": [2, "always"], | |
| "declaration-bang-space-after": [2, "never"], | |
| "declaration-colon-space-after": [2, "always-single-line"], | |
| "declaration-colon-space-before": [2, "never"], | |
| "declaration-no-important": 2, | |
| "declaration-block-semicolon-newline-before": [2, "never-multi-line"], | |
| "declaration-block-semicolon-newline-after": [2, "always"], | |
| "declaration-block-semicolon-space-before": [2, "never"], | |
| "declaration-block-semicolon-space-after": [2, "always-single-line"], | |
| "nesting-block-opening-brace-newline-before": [2, "always-multi-line"], | |
| "nesting-block-opening-brace-space-before": [2, "always-single-line"], | |
| "block-closing-brace-newline-before": [2, "always"], | |
| "block-opening-brace-newline-after": [2, "always"], | |
| "block-opening-brace-space-before": [2, "always"], | |
| "block-opening-brace-space-after": [2, "always-single-line"], | |
| "selector-combinator-space-after": [2, "always"], | |
| "selector-combinator-space-before": [2, "always"], | |
| "selector-no-id": 2, | |
| "selector-no-vendor-prefix": 2, | |
| "selector-pseudo-element-colon-notation": [2, "single"], | |
| "selector-list-comma-newline-after": [2, "always"], | |
| "selector-list-comma-space-before": [2, "never"], | |
| "selector-list-comma-space-before": [2, "never"], | |
| "selector-list-comma-space-after": [2, "always-single-line"], | |
| "rule-no-duplicate-properties": 2, | |
| "rule-no-shorthand-property-overrides": 2, | |
| "rule-no-single-line": 2, | |
| "rule-properties-order": [2, [ | |
| "all", | |
| "content", | |
| "box-sizing", | |
| "will-change", | |
| "zoom", | |
| "z-index", | |
| "overflow", | |
| "overflow-x", | |
| "overflow-y", | |
| "position", | |
| { | |
| "order": "flexible", | |
| "properties": [ | |
| "top", | |
| "left", | |
| "bottom", | |
| "right" | |
| ] | |
| }, | |
| "perspective", | |
| "transform", | |
| "flex", | |
| { | |
| "order": "flexible", | |
| "properties": [ | |
| "flex-basis", | |
| "flex-grow", | |
| "flex-shrink", | |
| "align-self", | |
| "order" | |
| ] | |
| }, | |
| "clear", | |
| "float", | |
| "visibility", | |
| "display", | |
| "vertical-align", | |
| { | |
| "order": "flexible", | |
| "properties": [ | |
| "table-layout", | |
| "empty-cells", | |
| "direction" | |
| ] | |
| }, | |
| { | |
| "order": "flexible", | |
| "properties": [ | |
| "flex-flow", | |
| "flex-wrap", | |
| "flex-direction", | |
| "justify-content", | |
| "align-items", | |
| "align-content" | |
| ] | |
| }, | |
| "width", | |
| "min-width", | |
| "max-width", | |
| "height", | |
| "min-height", | |
| "max-height", | |
| "margin", | |
| "padding", | |
| "opacity", | |
| "object-fit", | |
| "object-position", | |
| "clip-path", | |
| "background", | |
| "border", | |
| "outline", | |
| "border-radius", | |
| "box-shadow", | |
| "filter", | |
| "list-style", | |
| "color", | |
| "font", | |
| "font-family", | |
| "font-variant", | |
| "font-size", | |
| "font-size-adjust", | |
| "line-height", | |
| { | |
| "order": "flexible", | |
| "properties": [ | |
| "word-spacing", | |
| "font-kerning", | |
| "font-weight", | |
| "font-stretch", | |
| "font-style" | |
| ] | |
| }, | |
| { | |
| "order": "flexible", | |
| "properties": [ | |
| "text-decoration", | |
| "text-underline-position" | |
| ] | |
| }, | |
| { | |
| "order": "flexible", | |
| "properties": [ | |
| "text-transform", | |
| "text-shadow", | |
| "text-overflow", | |
| "text-align", | |
| "text-justify" | |
| ] | |
| }, | |
| { | |
| "order": "flexible", | |
| "properties": [ | |
| "tab-size", | |
| "text-indent", | |
| "white-space" | |
| ] | |
| }, | |
| { | |
| "order": "flexible", | |
| "properties": [ | |
| "word-break", | |
| "hyphens", | |
| "orphans", | |
| "widows" | |
| ] | |
| }, | |
| { | |
| "order": "flexible", | |
| "properties": [ | |
| "pointer-events", | |
| "user-select" | |
| ] | |
| }, | |
| { | |
| "properties": [ | |
| "cursor", | |
| "resize" | |
| ] | |
| }, | |
| "animation", | |
| "animation-name", | |
| { | |
| "order": "flexible", | |
| "properties": [ | |
| "animation-play-state", | |
| "animation-direction", | |
| "animation-fill-mode", | |
| "animation-duration", | |
| "animation-delay", | |
| "animation-iteration-count", | |
| "animation-timing-function" | |
| ] | |
| }, | |
| "transition" | |
| ]], | |
| "rule-trailing-semicolon": [2, "always"], | |
| "media-feature-colon-space-after": [2, "always"], | |
| "media-feature-colon-space-before": [2, "never"], | |
| "media-feature-name-no-vendor-prefix": 2, | |
| "media-feature-range-operator-space-after": [2, "always"], | |
| "media-feature-range-operator-space-before": [2, "always"], | |
| "custom-media-pattern": [2, "^[a-z0-9]+(-[a-z0-9]+)*"], | |
| "media-query-parentheses-space-inside": [2, "never"], | |
| "media-query-list-comma-newline-before": [2, "never-multi-line"], | |
| "media-query-list-comma-newline-after": [2, "always-multi-line"], | |
| "media-query-list-comma-space-before": [2, "never"], | |
| "media-query-list-comma-space-after": [2, "always"], | |
| "at-rule-no-vendor-prefix": 2, | |
| "comment-space-inside": [2, "always"], | |
| "indentation": [2, "tab"], | |
| "no-eol-whitespace": 2, | |
| "no-missing-eof-newline": 2 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment