Skip to:
Content

bbPress.org

Changeset 6035 for trunk/.stylelintrc


Ignore:
Timestamp:
05/30/2016 05:26:25 AM (9 years ago)
Author:
netweb
Message:

Build Tools: Update stylelint to v6.5.1 and bump .stylelintrc to stylelint-config-wordpress v7.1.1

See #2924

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.stylelintrc

    r6028 r6035  
    1616  "color-named": "never",
    1717  "color-no-invalid-hex": true,
     18  "comment-empty-line-before": [ "always", {
     19    ignore: ["stylelint-commands"],
     20  } ],
    1821  "declaration-bang-space-after": "never",
    1922  "declaration-bang-space-before": "always",
     
    2831  "declaration-colon-space-after": "always-single-line",
    2932  "declaration-colon-space-before": "never",
    30   "font-family-name-quotes": "double-where-recommended",
     33  "font-family-name-quotes": "always-where-recommended",
    3134  "function-calc-no-unspaced-operator": true,
    3235  "function-comma-space-after": "always",
     
    3639  "function-name-case": "lower",
    3740  "function-parentheses-space-inside": "never",
    38   "function-url-quotes": "none",
     41  "function-url-quotes": "never",
    3942  "function-whitespace-after": "always",
    4043  "indentation": "tab",
Note: See TracChangeset for help on using the changeset viewer.