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

Releases: mobify/mobify-code-style

Remove max-statements and max-params enforcement

29 Sep 20:43
Compare
Choose a tag to compare

Removed JS rule enforcement for max-statements and max-params

Update SCSS-lint to 0.40.1; Cumulative patch

15 Sep 18:19
Compare
Choose a tag to compare

Release for recent PR patches.

  • Update SCSS-lint to 0.40.1
  • Fix IIFE rule
  • Update README

More ESLint Rules!

20 May 17:59
Compare
Choose a tag to compare

The linter will now enforce some additional rules from our JS styleguide:

No space before function parens

var myfunc = function() {
   code();
}

4 spaces indentation

if (x) {
    // 4 spaces
    code();
}

K&R brace style

if (x) { // <-- no new line before {
    code();
}

v2.0.1 - Java! Hybrid! ESLint! Bonanza!

04 Feb 23:22
Compare
Choose a tag to compare
  • Adds .eslintrc to allow usage of ESLint
  • Adds Java code style guide
  • Updates to CSS hybrid project conventions

v1.1.0 — CSS Documentation and Linting

12 Dec 21:53
Compare
Choose a tag to compare
  • Updated SCSS Lint rules to include BEM formatting rules
  • Fixed issues with SCSS Lint rules not matching our code style document
  • Updated Code Style document to be broken into multiple pages with a Table of Contents.

v0.1.1 — Additional CSS and HTML Documentation

02 Sep 18:35
Compare
Choose a tag to compare

0.1.0 — Add SCSS Linting

28 Jul 18:40
Compare
Choose a tag to compare

Changes:

  • Added SCSS Linting
  • Updated the CSS Styleguide to match the new rules in the linter