-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'examples/todomvc-classic/' changes from 6d89772..6e0a43a
6e0a43a Merge branch 'master' into found-classic 668f02a Downgrade graphql 57f77eb Merge branch 'found-modern' 4d2f7d8 Update dependencies e6d4e86 Use Found Relay Modern 8634bba Merge pull request #21 from taion/update-readme 597aeef Add found-modern-universal [ci skip] 2394893 Merge pull request #20 from taion/update-README b265b6f Update project naming in README [ci skip] 671f3c2 Merge pull request #19 from taion/update-README cc249f3 Update README [ci skip] git-subtree-dir: examples/todomvc-classic git-subtree-split: 6e0a43a2196164ab570840db35fab9d55c0ed2ac
- Loading branch information
Showing
23 changed files
with
6,902 additions
and
1,501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"presets": [ | ||
"./tools/latestPreset", | ||
"./tools/envPreset", | ||
"stage-2", | ||
"react" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
{ | ||
"extends": "4catalyzer-react", | ||
"extends": [ | ||
"4catalyzer-react", | ||
"prettier" | ||
], | ||
"plugins": [ | ||
"prettier" | ||
], | ||
"env": { | ||
"browser": true | ||
}, | ||
"rules": { | ||
"prettier/prettier": "error" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.