mobify-code-style icon indicating copy to clipboard operation
mobify-code-style copied to clipboard

📚 Mobify's coding style and standards!

Results 5 mobify-code-style issues
Sort by recently updated
recently updated
newest added

## Changes - Move lint rule on curly brace formatting that is incompatible with Prettier - Remove lint rules that require a newline at the end of the file and...

Ready for Review

@elbaschid found this fantastic [code review guide by the folks over at Thoughtbot](https://github.com/thoughtbot/guides/blob/master/code-review/README.md). When we read through it we felt like it matched Mobify's idea of doing code reviews very...

## Changes - Remove "react/jsx-space-before-closing" rule from es6-react style guide as it's deprecated - Using "react/jsx-tag-spacing" instead. ## Applicable Research Resources - https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-tag-spacing.md

Adding in SwiftLint configuration to Mobify style guide. Link to the linter being used: https://github.com/realm/SwiftLint ## Changes - updated CHANGELOG - added in .swiftlin.yml that is currently configured to follow...

Opened for Visibility

# Add no-unused-\* rules Status: **Ready for Review** Reviewers: @jansepar @donnielrt @marlowpayne ## Changes: - Add rules for `no-unused-variables` and `no-unused-expressions` I have found these rules especially useful when they...