Skip to content

Commit

Permalink
Fix trailling comma (#3489)
Browse files Browse the repository at this point in the history
Remove extra trailing at the last line of rules

* Trailing comma or any other violations is causing .json files stop working
  • Loading branch information
luftywiranda13 authored and cpojer committed May 6, 2017
1 parent 2a9d2da commit 38d6139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Then configure the rules you want to use under the rules section.
"jest/no-disabled-tests": "warn",
"jest/no-focused-tests": "error",
"jest/no-identical-title": "error",
"jest/valid-expect": "error",
"jest/valid-expect": "error"
}
}
```
Expand Down

0 comments on commit 38d6139

Please sign in to comment.