diff --git a/lib/stylelint/10.0.x/stylelint.config.js b/lib/stylelint/10.0.x/stylelint.config.js index fbae6830..88eac873 100644 --- a/lib/stylelint/10.0.x/stylelint.config.js +++ b/lib/stylelint/10.0.x/stylelint.config.js @@ -153,12 +153,12 @@ module.exports = { ], /*---------- These rules are handled by Prettier ----------*/ - "function-comma-space-after": [ - "always", - { - message: "Always put a space after commas in functions to be consistent and improve readability." - } - ], + // "function-comma-space-after": [ + // "always", + // { + // message: "Always put a space after commas in functions to be consistent and improve readability." + // } + // ], "function-comma-space-before": [ "never", { @@ -346,14 +346,14 @@ module.exports = { message: "Never put spaces inside media feature parentheses to avoid unnecessary whitespace." } ], - "at-rule-empty-line-before": [ - "always", - { - ignore: ["after-comment", "blockless-after-same-name-blockless"], - ignoreAtRules: ["import"], - message: "Always put an empty line before each @ rule, except after a comment or for @import." - } - ], + // "at-rule-empty-line-before": [ + // "always", + // { + // ignore: ["after-comment", "blockless-after-same-name-blockless"], + // ignoreAtRules: ["import"], + // message: "Always put an empty line before each @ rule, except after a comment or for @import." + // } + // ], "at-rule-name-space-after": [ "always", { @@ -372,12 +372,12 @@ module.exports = { message: "Never put a newline after the ending @ rule semicolon to avoid unnecessary whitespace." } ], - "number-leading-zero": [ - "never", - { - message: "Should not contain leading zeros to avoid unnecessary code." - } - ], + // "number-leading-zero": [ + // "never", + // { + // message: "Should not contain leading zeros to avoid unnecessary code." + // } + // ], "color-hex-case": [ "lower", { diff --git a/lib/stylelint/10.1.x/stylelint.config.js b/lib/stylelint/10.1.x/stylelint.config.js index fbae6830..307907b2 100644 --- a/lib/stylelint/10.1.x/stylelint.config.js +++ b/lib/stylelint/10.1.x/stylelint.config.js @@ -153,12 +153,12 @@ module.exports = { ], /*---------- These rules are handled by Prettier ----------*/ - "function-comma-space-after": [ - "always", - { - message: "Always put a space after commas in functions to be consistent and improve readability." - } - ], + // "function-comma-space-after": [ + // "always", + // { + // message: "Always put a space after commas in functions to be consistent and improve readability." + // } + // ], "function-comma-space-before": [ "never", { @@ -307,7 +307,7 @@ module.exports = { "selector-descendant-combinator-no-non-space": [ true, { - message: "Don't put tabs, newlines, nor multiple spaces between selector descendants to improve readability." + message: "Don't put tabs, newlines, nor multiple spaces between selector descendants to improve readability." } ], "selector-list-comma-newline-after": [ @@ -346,14 +346,14 @@ module.exports = { message: "Never put spaces inside media feature parentheses to avoid unnecessary whitespace." } ], - "at-rule-empty-line-before": [ - "always", - { - ignore: ["after-comment", "blockless-after-same-name-blockless"], - ignoreAtRules: ["import"], - message: "Always put an empty line before each @ rule, except after a comment or for @import." - } - ], + // "at-rule-empty-line-before": [ + // "always", + // { + // ignore: ["after-comment", "blockless-after-same-name-blockless"], + // ignoreAtRules: ["import"], + // message: "Always put an empty line before each @ rule, except after a comment or for @import." + // } + // ], "at-rule-name-space-after": [ "always", { @@ -372,12 +372,12 @@ module.exports = { message: "Never put a newline after the ending @ rule semicolon to avoid unnecessary whitespace." } ], - "number-leading-zero": [ - "never", - { - message: "Should not contain leading zeros to avoid unnecessary code." - } - ], + // "number-leading-zero": [ + // "never", + // { + // message: "Should not contain leading zeros to avoid unnecessary code." + // } + // ], "color-hex-case": [ "lower", { diff --git a/lib/stylelint/11.0.x/stylelint.config.js b/lib/stylelint/11.0.x/stylelint.config.js index f7f57fee..08f304bb 100644 --- a/lib/stylelint/11.0.x/stylelint.config.js +++ b/lib/stylelint/11.0.x/stylelint.config.js @@ -153,12 +153,12 @@ module.exports = { ], /*---------- These rules are handled by Prettier ----------*/ - "function-comma-space-after": [ - "always", - { - message: "Always put a space after commas in functions to be consistent and improve readability." - } - ], + // "function-comma-space-after": [ + // "always", + // { + // message: "Always put a space after commas in functions to be consistent and improve readability." + // } + // ], "function-comma-space-before": [ "never", { @@ -346,14 +346,14 @@ module.exports = { message: "Never put spaces inside media feature parentheses to avoid unnecessary whitespace." } ], - "at-rule-empty-line-before": [ - "always", - { - ignore: ["after-comment", "blockless-after-same-name-blockless"], - ignoreAtRules: ["import"], - message: "Always put an empty line before each @ rule, except after a comment or for @import." - } - ], + // "at-rule-empty-line-before": [ + // "always", + // { + // ignore: ["after-comment", "blockless-after-same-name-blockless"], + // ignoreAtRules: ["import"], + // message: "Always put an empty line before each @ rule, except after a comment or for @import." + // } + // ], "at-rule-name-space-after": [ "always", { @@ -372,12 +372,12 @@ module.exports = { message: "Never put a newline after the ending @ rule semicolon to avoid unnecessary whitespace." } ], - "number-leading-zero": [ - "never", - { - message: "Should not contain leading zeros to avoid unnecessary code." - } - ], + // "number-leading-zero": [ + // "never", + // { + // message: "Should not contain leading zeros to avoid unnecessary code." + // } + // ], "color-hex-case": [ "lower", { diff --git a/lib/stylelint/11.1.x/stylelint.config.js b/lib/stylelint/11.1.x/stylelint.config.js index f7f57fee..08f304bb 100644 --- a/lib/stylelint/11.1.x/stylelint.config.js +++ b/lib/stylelint/11.1.x/stylelint.config.js @@ -153,12 +153,12 @@ module.exports = { ], /*---------- These rules are handled by Prettier ----------*/ - "function-comma-space-after": [ - "always", - { - message: "Always put a space after commas in functions to be consistent and improve readability." - } - ], + // "function-comma-space-after": [ + // "always", + // { + // message: "Always put a space after commas in functions to be consistent and improve readability." + // } + // ], "function-comma-space-before": [ "never", { @@ -346,14 +346,14 @@ module.exports = { message: "Never put spaces inside media feature parentheses to avoid unnecessary whitespace." } ], - "at-rule-empty-line-before": [ - "always", - { - ignore: ["after-comment", "blockless-after-same-name-blockless"], - ignoreAtRules: ["import"], - message: "Always put an empty line before each @ rule, except after a comment or for @import." - } - ], + // "at-rule-empty-line-before": [ + // "always", + // { + // ignore: ["after-comment", "blockless-after-same-name-blockless"], + // ignoreAtRules: ["import"], + // message: "Always put an empty line before each @ rule, except after a comment or for @import." + // } + // ], "at-rule-name-space-after": [ "always", { @@ -372,12 +372,12 @@ module.exports = { message: "Never put a newline after the ending @ rule semicolon to avoid unnecessary whitespace." } ], - "number-leading-zero": [ - "never", - { - message: "Should not contain leading zeros to avoid unnecessary code." - } - ], + // "number-leading-zero": [ + // "never", + // { + // message: "Should not contain leading zeros to avoid unnecessary code." + // } + // ], "color-hex-case": [ "lower", { diff --git a/lib/stylelint/12.0.x/stylelint.config.js b/lib/stylelint/12.0.x/stylelint.config.js index f7f57fee..08f304bb 100644 --- a/lib/stylelint/12.0.x/stylelint.config.js +++ b/lib/stylelint/12.0.x/stylelint.config.js @@ -153,12 +153,12 @@ module.exports = { ], /*---------- These rules are handled by Prettier ----------*/ - "function-comma-space-after": [ - "always", - { - message: "Always put a space after commas in functions to be consistent and improve readability." - } - ], + // "function-comma-space-after": [ + // "always", + // { + // message: "Always put a space after commas in functions to be consistent and improve readability." + // } + // ], "function-comma-space-before": [ "never", { @@ -346,14 +346,14 @@ module.exports = { message: "Never put spaces inside media feature parentheses to avoid unnecessary whitespace." } ], - "at-rule-empty-line-before": [ - "always", - { - ignore: ["after-comment", "blockless-after-same-name-blockless"], - ignoreAtRules: ["import"], - message: "Always put an empty line before each @ rule, except after a comment or for @import." - } - ], + // "at-rule-empty-line-before": [ + // "always", + // { + // ignore: ["after-comment", "blockless-after-same-name-blockless"], + // ignoreAtRules: ["import"], + // message: "Always put an empty line before each @ rule, except after a comment or for @import." + // } + // ], "at-rule-name-space-after": [ "always", { @@ -372,12 +372,12 @@ module.exports = { message: "Never put a newline after the ending @ rule semicolon to avoid unnecessary whitespace." } ], - "number-leading-zero": [ - "never", - { - message: "Should not contain leading zeros to avoid unnecessary code." - } - ], + // "number-leading-zero": [ + // "never", + // { + // message: "Should not contain leading zeros to avoid unnecessary code." + // } + // ], "color-hex-case": [ "lower", { diff --git a/lib/stylelint/13.0.x/stylelint.config.js b/lib/stylelint/13.0.x/stylelint.config.js index f7f57fee..08f304bb 100644 --- a/lib/stylelint/13.0.x/stylelint.config.js +++ b/lib/stylelint/13.0.x/stylelint.config.js @@ -153,12 +153,12 @@ module.exports = { ], /*---------- These rules are handled by Prettier ----------*/ - "function-comma-space-after": [ - "always", - { - message: "Always put a space after commas in functions to be consistent and improve readability." - } - ], + // "function-comma-space-after": [ + // "always", + // { + // message: "Always put a space after commas in functions to be consistent and improve readability." + // } + // ], "function-comma-space-before": [ "never", { @@ -346,14 +346,14 @@ module.exports = { message: "Never put spaces inside media feature parentheses to avoid unnecessary whitespace." } ], - "at-rule-empty-line-before": [ - "always", - { - ignore: ["after-comment", "blockless-after-same-name-blockless"], - ignoreAtRules: ["import"], - message: "Always put an empty line before each @ rule, except after a comment or for @import." - } - ], + // "at-rule-empty-line-before": [ + // "always", + // { + // ignore: ["after-comment", "blockless-after-same-name-blockless"], + // ignoreAtRules: ["import"], + // message: "Always put an empty line before each @ rule, except after a comment or for @import." + // } + // ], "at-rule-name-space-after": [ "always", { @@ -372,12 +372,12 @@ module.exports = { message: "Never put a newline after the ending @ rule semicolon to avoid unnecessary whitespace." } ], - "number-leading-zero": [ - "never", - { - message: "Should not contain leading zeros to avoid unnecessary code." - } - ], + // "number-leading-zero": [ + // "never", + // { + // message: "Should not contain leading zeros to avoid unnecessary code." + // } + // ], "color-hex-case": [ "lower", {