Skip to content

Commit

Permalink
Disable immutable/no-this rule; bump to 1.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Cursi authored and Jon Cursi committed May 5, 2017
1 parent abdd253 commit 7e82460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
],
"flowtype-errors/show-errors": 2,
"immutable/no-let": 2,
"immutable/no-this": 2,
"immutable/no-this": 0,
"immutable/no-mutation": 2,
"import/named": 2,
"import/namespace": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"private": true,
"repository": "https://github.com/joncursi/eslint-config-redbird.git",
"scripts": {},
"version": "1.3.18"
"version": "1.3.19"
}

0 comments on commit 7e82460

Please sign in to comment.