@azat-io/stylelint-config 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";const t={extends:["stylelint-config-recess-order"],plugins:["stylelint-gamut","stylelint-plugin-logical-css"],rules:{"alpha-value-notation":"percentage","annotation-no-unknown":!0,"at-rule-empty-line-before":["always",{except:["blockless-after-same-name-blockless","first-nested"]}],"at-rule-no-vendor-prefix":!0,"block-no-empty":!0,"color-function-notation":"modern","color-named":"never","color-no-hex":!0,"comment-empty-line-before":["always",{except:["first-nested"],ignore:["stylelint-commands"]}],"comment-no-empty":!0,"comment-whitespace-inside":"always","custom-media-pattern":["^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",{message:e=>`Expected custom media query name "${e}" to be kebab-case`}],"custom-property-no-missing-var-function":!0,"custom-property-pattern":["^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",{message:e=>`Expected custom property name "${e}" to be kebab-case`}],"declaration-block-no-duplicate-custom-properties":!0,"declaration-block-no-duplicate-properties":[!0,{ignore:["consecutive-duplicates-with-different-syntaxes"]}],"declaration-block-no-redundant-longhand-properties":!0,"declaration-block-no-shorthand-property-overrides":!0,"declaration-block-single-line-max-declarations":1,"declaration-empty-line-before":["always",{except:["after-declaration","first-nested"],ignore:["after-comment","inside-single-line-block"]}],"font-family-name-quotes":"always-where-recommended","font-family-no-duplicate-names":!0,"font-family-no-missing-generic-family-keyword":!0,"function-calc-no-unspaced-operator":!0,"function-disallowed-list":["rgb","rgba","hsl","hsla"],"function-linear-gradient-no-nonstandard-direction":!0,"function-name-case":"lower","function-no-unknown":!0,"function-url-quotes":"always","hue-degree-notation":"number","import-notation":"url","keyframe-block-no-duplicate-selectors":!0,"keyframe-declaration-no-important":!0,"keyframe-selector-notation":"percentage","keyframes-name-pattern":["^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",{message:e=>`Expected keyframe name "${e}" to be kebab-case`}],"length-zero-no-unit":[!0,{ignore:["custom-properties"]}],"media-feature-name-no-vendor-prefix":!0,"media-feature-name-no-unknown":!0,"media-feature-range-notation":"context","media-query-no-invalid":!0,"named-grid-areas-no-invalid":!0,"no-descending-specificity":!0,"no-duplicate-at-import-rules":!0,"no-duplicate-selectors":!0,"no-empty-source":!0,"no-invalid-double-slash-comments":!0,"no-invalid-position-at-import-rule":!0,"number-max-precision":4,"property-no-vendor-prefix":!0,"property-no-unknown":!0,"rule-empty-line-before":["always-multi-line",{except:["first-nested"],ignore:["after-comment"]}],"selector-anb-no-unmatchable":!0,"selector-attribute-quotes":"always","selector-class-pattern":["^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",{message:e=>`Expected class selector "${e}" to be kebab-case`}],"selector-id-pattern":["^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",{message:e=>`Expected id selector "${e}" to be kebab-case`}],"selector-no-vendor-prefix":!0,"selector-not-notation":"complex","selector-pseudo-class-no-unknown":[!0,{ignorePseudoClasses:["global"]}],"selector-pseudo-element-no-unknown":!0,"selector-pseudo-element-colon-notation":"double","selector-type-case":"lower","selector-type-no-unknown":[!0,{ignore:["custom-elements"]}],"shorthand-property-no-redundant-values":!0,"string-no-newline":!0,"unit-no-unknown":!0,"value-keyword-case":"lower","value-no-vendor-prefix":!0,"gamut/color-no-out-gamut-range":!0,"plugin/use-logical-properties-and-values":!0,"plugin/use-logical-units":!0}};module.exports=t;
1
+ "use strict";const t={extends:["stylelint-config-recess-order"],plugins:["stylelint-gamut","stylelint-plugin-logical-css"],rules:{"alpha-value-notation":"percentage","annotation-no-unknown":!0,"at-rule-empty-line-before":["always",{except:["blockless-after-same-name-blockless","first-nested"]}],"at-rule-no-vendor-prefix":!0,"block-no-empty":!0,"color-function-notation":"modern","color-named":"never","color-no-hex":!0,"comment-empty-line-before":["always",{except:["first-nested"],ignore:["stylelint-commands"]}],"comment-no-empty":!0,"comment-whitespace-inside":"always","custom-media-pattern":["^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",{message:e=>`Expected custom media query name "${e}" to be kebab-case`}],"custom-property-no-missing-var-function":!0,"custom-property-pattern":["^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",{message:e=>`Expected custom property name "${e}" to be kebab-case`}],"declaration-block-no-duplicate-custom-properties":!0,"declaration-block-no-duplicate-properties":[!0,{ignore:["consecutive-duplicates-with-different-syntaxes"]}],"declaration-block-no-redundant-longhand-properties":!0,"declaration-block-no-shorthand-property-overrides":!0,"declaration-block-single-line-max-declarations":1,"declaration-empty-line-before":["always",{except:["after-declaration","first-nested"],ignore:["after-comment","inside-single-line-block"]}],"font-family-name-quotes":"always-where-recommended","font-family-no-duplicate-names":!0,"font-family-no-missing-generic-family-keyword":!0,"function-calc-no-unspaced-operator":!0,"function-disallowed-list":["rgb","rgba","hsl","hsla"],"function-linear-gradient-no-nonstandard-direction":!0,"function-name-case":"lower","function-no-unknown":!0,"function-url-quotes":"always","hue-degree-notation":"number","import-notation":"url","keyframe-block-no-duplicate-selectors":!0,"keyframe-declaration-no-important":!0,"keyframe-selector-notation":"percentage","keyframes-name-pattern":["^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",{message:e=>`Expected keyframe name "${e}" to be kebab-case`}],"length-zero-no-unit":[!0,{ignore:["custom-properties"]}],"media-feature-name-no-vendor-prefix":!0,"media-feature-name-no-unknown":!0,"media-feature-range-notation":"context","media-query-no-invalid":!0,"named-grid-areas-no-invalid":!0,"no-descending-specificity":!0,"no-duplicate-at-import-rules":!0,"no-duplicate-selectors":!0,"no-invalid-double-slash-comments":!0,"no-invalid-position-at-import-rule":!0,"number-max-precision":4,"property-no-vendor-prefix":!0,"property-no-unknown":!0,"rule-empty-line-before":["always-multi-line",{except:["first-nested"],ignore:["after-comment"]}],"selector-anb-no-unmatchable":!0,"selector-attribute-quotes":"always","selector-class-pattern":["^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",{message:e=>`Expected class selector "${e}" to be kebab-case`}],"selector-id-pattern":["^([a-z][a-z0-9]*)(-[a-z0-9]+)*$",{message:e=>`Expected id selector "${e}" to be kebab-case`}],"selector-no-vendor-prefix":!0,"selector-not-notation":"complex","selector-pseudo-class-no-unknown":[!0,{ignorePseudoClasses:["global"]}],"selector-pseudo-element-no-unknown":!0,"selector-pseudo-element-colon-notation":"double","selector-type-case":"lower","selector-type-no-unknown":[!0,{ignore:["custom-elements"]}],"shorthand-property-no-redundant-values":!0,"string-no-newline":!0,"unit-no-unknown":!0,"value-keyword-case":"lower","value-no-vendor-prefix":!0,"gamut/color-no-out-gamut-range":!0,"plugin/use-logical-properties-and-values":!0,"plugin/use-logical-units":!0}};module.exports=t;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azat-io/stylelint-config",
3
3
  "description": "Stylelint shareable config",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "repository": "azat-io/stylelint-config",
6
6
  "author": "Azat S. <to@azat.io>",
7
7
  "license": "MIT",
package/readme.md CHANGED
@@ -33,3 +33,11 @@ pnpm add --save-dev stylelint @azat-io/stylelint-config stylelint-config-recess-
33
33
  }
34
34
  }
35
35
  ```
36
+
37
+ ## See also
38
+
39
+ - [`@azat-io/eslint-config`](https://github.com/azat-io/eslint-config)
40
+
41
+ ## License
42
+
43
+ MIT &copy; [Azat S.](https://azat.io)