Skip to content

Commit

Permalink
- Adding prettier rule in eslintrc. - Adjusting files with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
onluiz committed Apr 3, 2018
1 parent 4477246 commit 5871cb1
Show file tree
Hide file tree
Showing 90 changed files with 1,600 additions and 4,561 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
jquery: true

rules:
prettier/prettier: [2]
react/jsx-no-bind: [0]
semi: [2, 'always']
react/no-unused-prop-types: [0]
Expand Down
Loading

0 comments on commit 5871cb1

Please sign in to comment.