Permalink
Please sign in to comment.
Browse files
Fix linter warnings
Summary:Fixes linter warnings. Also adds linting to the CI build, but warnings still exit with `0` which doesn't cause the suite to fail. I'm not even sure whether you guys want the suite to fail on this condition; though the contributing docs asks users to make sure that the linter passes before submitting a PR. Closes #78 Reviewed By: spicyj Differential Revision: D2987193 fb-gh-sync-id: bfcf661be729fd9f27c65a8237973ce6ff25cb16 shipit-source-id: bfcf661be729fd9f27c65a8237973ce6ff25cb16
- Loading branch information...
Showing
with
15 additions
and 12 deletions.
- +1 −1 .travis.yml
- +2 −1 package.json
- +3 −1 src/model/immutable/ContentState.js
- +9 −9 src/model/immutable/__tests__/EditorState-test.js
2
.travis.yml
3
package.json
4
src/model/immutable/ContentState.js
18
src/model/immutable/__tests__/EditorState-test.js
0 comments on commit
8679333