Skip to content

Commit

Permalink
Merge pull request #72 from Yummygum/fix/working-version-flagpack
Browse files Browse the repository at this point in the history
fix: Implement a working version of React Flagpack
  • Loading branch information
zoeyfrisart authored Jul 18, 2024
2 parents 5a880dc + 648e455 commit a23f34a
Show file tree
Hide file tree
Showing 104 changed files with 499,813 additions and 42,929 deletions.
14 changes: 0 additions & 14 deletions .babelrc

This file was deleted.

11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,14 @@ UserInterfaceState.xcuserstate
.env
.rpt2_cache/
.vscode

**/test-applications/**/public/flags
**/test-applications/**/build
**/test-applications/**/dist
**/test-applications/**/node_modules
**/test-applications/**/coverage
**/test-applications/**/static/flags
**/test-applications/**/.next
**/test-applications/**/.cache
**/test-applications/**/public/~partytown
react-flagpack.tgz
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
.env

src
test-applications
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "none"
}
Loading

0 comments on commit a23f34a

Please sign in to comment.