Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Releases: mobify/mobify-code-style

Small doc tweaks

27 Jan 01:38

Choose a tag to compare

v2.3.7

  • Add Writing Checklist
  • Fix doc error wrt function expression hoisting
  • Add some more JS code style to the docs

Change CSSComb leading-zero

10 Dec 00:15

Choose a tag to compare

  • Change CSSComb leading-rule to null due to CSSComb bug

Add placeholder/extend and l10n/i18n to Docs

26 Nov 21:19

Choose a tag to compare

v2.3.5

  • Add Sass documentation about placeholders and @extends
  • Add CSS documentation on l10n and i18n best practices

Align CSSComb and Sass linter rulesets

25 Nov 22:01

Choose a tag to compare

v2.3.4

  • LeadingZero aligned to enabled
  • Tweaked property ordering
  • NameFormat to match BEM
  • NestingDepth upped to 4
  • color and background-color properties no longer require explicit Sass variables

Update quote rules for CSS linter/comber

19 Nov 20:12

Choose a tag to compare

2.3.3

  • Change scss-lint rule: disable the quotes rules
  • Change CSScomb rule: disable the quotes rules

Update Tool & Frameworks CSS intro documentation

13 Nov 22:49

Choose a tag to compare

v2.3.2

  • Update Tool & Frameworks CSS intro documentation

Add eslint config for production-ready JS

09 Nov 17:46

Choose a tag to compare

v2.3.1

  • Add an eslint config file for production-ready JS

Add CSSComb

06 Nov 16:45

Choose a tag to compare

v2.3.0

  • Add CSSComb
  • Update documentation
  • Update SCSS-lint to 0.42.2

Remove unnecessary parens rule

01 Oct 23:44

Choose a tag to compare

Completely remove the unnecessary parens rule as it had unexpected behaviour.

Amend unnecessary parens rule.

01 Oct 22:51

Choose a tag to compare

Update the unnecessary parens rule to only apply to functions.