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

v2.7.0 - Markdown, Sass rule updates, Atom integration

24 Nov 16:43
Compare
Choose a tag to compare

πŸ“ Version 2.7.0 brings a new style configuration for Markdown documents. We use Markdown for documentation at Mobify and it should have a consistent style just like all of our code so let's automate that! This release includes a handy doc linting script (found in node_moduels/.bin/lint-md).

❗️ This release also updates the SASS linting rules to remove the variable-for-property rule.

βš›οΈ Finally it includes a short how-to document describing how to integrate eslint into Atom Text for on-the-fly lint warnings/errors.

v2.6.0 - Add JSX a11y linting

21 Sep 18:00
Compare
Choose a tag to compare

v2.6.0

  • Remove variable-for-property rule from sass-lint #126
  • Add the eslint jsx-a11y plugin through a new mobify-es6-react-a11y configuration #129

v2.5.3 - Minor fixes

10 Aug 18:37
Compare
Choose a tag to compare

v2.5.3

  • Fix #123 by using react/jsx-wrap-multilines rule
  • Migrate CSSComb documentation from Confluence to code style repo

v2.5.2 - ES5 style ported to 3.x; progressive web updates

08 Aug 04:32
Compare
Choose a tag to compare
  • Add a version of the ES5 styles, ported to 3.x
  • A number of fixes to support progressive web projects

ES6 + React Linting

08 Jul 20:03
Compare
Choose a tag to compare

This release includes the first draft of our ES6 and React linting rules!

v2.4.4 - Templates!

28 Jun 17:03
Compare
Choose a tag to compare

v2.4.4

  • Add a template for code-style PRs
  • Go meta! Add some templates of GitHub templates for contributing, issues, and PRs that can be used on other Mobify repos

v2.4.3: Trailing Commas

31 Mar 16:08
Compare
Choose a tag to compare

v2.4.3

  • Add eslint rule + doc entry regarding trailing commas

Sass-Lint Documentation

14 Mar 22:02
Compare
Choose a tag to compare

v2.4.2

  • Add/update documentation for Sass-Lint

Bug fixes for sass-lint config

24 Feb 22:20
Compare
Choose a tag to compare

v2.4.1

  • Fix some bugs with sass-lint config

Add a sass-lint config

23 Feb 20:32
Compare
Choose a tag to compare

v2.4.0