This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Releases: mobify/mobify-code-style
Releases Β· mobify/mobify-code-style
v2.7.0 - Markdown, Sass rule updates, Atom integration
π 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
v2.5.3 - Minor fixes
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
- Add a version of the ES5 styles, ported to 3.x
- A number of fixes to support progressive web projects
ES6 + React Linting
This release includes the first draft of our ES6 and React linting rules!
v2.4.4 - Templates!
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
v2.4.3
- Add eslint rule + doc entry regarding trailing commas
Sass-Lint Documentation
v2.4.2
- Add/update documentation for Sass-Lint
Bug fixes for sass-lint config
v2.4.1
- Fix some bugs with sass-lint config
Add a sass-lint config
v2.4.0
- Add a sass-lint config