Skip to content

Commit

Permalink
Merge pull request #68 from xadn/hooks
Browse files Browse the repository at this point in the history
Replace usages of old context API
  • Loading branch information
xyc authored Feb 26, 2019
2 parents 3954767 + 24d512a commit 9209262
Show file tree
Hide file tree
Showing 27 changed files with 715 additions and 1,571 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
node_modules
npm-debug.log
.DS_Store
jsconfig.json

react-codemod
gh-pages/
lib
build
*.log
7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"bracketSpacing": true,
"jsxBracketSameLine": true,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "es5"
}
Loading

0 comments on commit 9209262

Please sign in to comment.