Skip to content

Commit

Permalink
example with component lib setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Apr 13, 2022
1 parent 4465585 commit 596f60d
Show file tree
Hide file tree
Showing 20 changed files with 29,605 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
**/node_modules/*
**/*.min.*
**/*.ts
**/*.tsx
**/*.tsx
example/**/*
1 change: 1 addition & 0 deletions example/react-component-lib/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_PREFLIGHT_CHECK=true
21 changes: 21 additions & 0 deletions example/react-component-lib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
2,195 changes: 2,195 additions & 0 deletions example/react-component-lib/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 596f60d

Please sign in to comment.