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

Commit c2d4a13

Browse files
author
Mike Klemarewski
authored
Merge pull request #112 from mobify/release-v2.5.1
Release v2.5.1
2 parents 6378d9b + 2032689 commit c2d4a13

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.5.1
2+
- Update line length to 200
3+
- Remove rule for no-unresolved import
4+
- Remove 'strict' rule for modules
15
2.5.0
26
- Add an ES6 and JSX standard with lint rules.
37
2.4.4

es6/mobify-es6.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ rules:
1818
# Avoid possible import problems:
1919
import/no-extraneous-dependencies: error
2020
import/no-duplicates: error
21+
import/no-unresolved: 'off'
2122
no-duplicate-imports: error
2223

2324
# Stick with ES6 module syntax
@@ -143,7 +144,7 @@ rules:
143144
- max: 5
144145
max-len:
145146
- error
146-
- code: 100
147+
- code: 200
147148
max-nested-callbacks:
148149
- error
149150
- max: 3
@@ -188,7 +189,6 @@ rules:
188189
space-infix-ops: error
189190
space-unary-ops: error
190191
spaced-comment: error
191-
strict: error
192192
template-curly-spacing: error
193193
unicode-bom:
194194
- error

github-templates/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ Linked PRs: (links to corresponding PRs, optional)
1818
- [ ] Updated README
1919
- [ ] Updated CHANGELOG
2020
- [ ] (Other TODOs applicable to your team/project)
21-
- [ ] (Feedback from reviewers)
21+
22+
Reminder: [Be excellent to each other](https://github.com/mobify/developer-values#be-excellent-to-each-other). Follow [these guidelines](https://www.djangoproject.com/conduct/) to help you do that when giving feedback!

0 commit comments

Comments
 (0)