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

Commit

Permalink
Merge pull request #111 from mobify/update-es6-rules
Browse files Browse the repository at this point in the history
Remove length restriction & strict rule
  • Loading branch information
Mike Klemarewski authored Jul 29, 2016
2 parents af999fe + 331b844 commit f39f0f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.5.1
- Update line length to 200
- Remove 'strict' rule for modules
2.5.0
- Add an ES6 and JSX standard with lint rules.
2.4.4
Expand Down
4 changes: 2 additions & 2 deletions es6/mobify-es6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rules:
# Avoid possible import problems:
import/no-extraneous-dependencies: error
import/no-duplicates: error
import/no-unresolved: 'off'
no-duplicate-imports: error

# Stick with ES6 module syntax
Expand Down Expand Up @@ -143,7 +144,7 @@ rules:
- max: 5
max-len:
- error
- code: 100
- code: 200
max-nested-callbacks:
- error
- max: 3
Expand Down Expand Up @@ -188,7 +189,6 @@ rules:
space-infix-ops: error
space-unary-ops: error
spaced-comment: error
strict: error
template-curly-spacing: error
unicode-bom:
- error
Expand Down

0 comments on commit f39f0f9

Please sign in to comment.