Skip to content

Commit

Permalink
Create mono-repo and merge with embla-carousel-react
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcetinkaya committed Jun 26, 2020
1 parent 9c6a796 commit 604ea0a
Show file tree
Hide file tree
Showing 108 changed files with 4,548 additions and 11,725 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["@babel/preset-env"],
"presets": ["@babel/preset-env", "@babel/typescript"],
"plugins": ["@babel/plugin-transform-object-assign"]
}
6 changes: 6 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
docs
package.json
package-lock.json
yarn.lock
node_modules
lib
15 changes: 15 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"extends": [
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint",
"plugin:prettier/recommended"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}
22 changes: 19 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# dependencies
node_modules
/lib
.cache
.pnp
.pnp.js

# testing
coverage

# production
lib

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

npm-debug.log*
yarn-debug.log*
yarn-error.log*
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
package-lock.json
yarn.lock
/lib
lib
coverage
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 David Cetinkaya
Copyright (c) 2020 David Cetinkaya

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
100 changes: 50 additions & 50 deletions README.md

Large diffs are not rendered by default.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed docs/assets/android-chrome-192x192.png
Binary file not shown.
Binary file removed docs/assets/android-chrome-512x512.png
Binary file not shown.
Binary file removed docs/assets/apple-touch-icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions docs/assets/browserconfig.xml

This file was deleted.

Binary file removed docs/assets/facebook.png
Binary file not shown.
Binary file removed docs/assets/favicon-16x16.png
Binary file not shown.
Binary file removed docs/assets/favicon-32x32.png
Binary file not shown.
Binary file removed docs/assets/favicon.ico
Binary file not shown.
Binary file removed docs/assets/mstile-144x144.png
Binary file not shown.
Binary file removed docs/assets/mstile-150x150.png
Binary file not shown.
Binary file removed docs/assets/mstile-310x150.png
Binary file not shown.
Binary file removed docs/assets/mstile-310x310.png
Binary file not shown.
Binary file removed docs/assets/mstile-70x70.png
Binary file not shown.
76 changes: 0 additions & 76 deletions docs/assets/safari-pinned-tab.svg

This file was deleted.

18 changes: 0 additions & 18 deletions docs/assets/site.webmanifest

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/style.css

This file was deleted.

Binary file removed docs/assets/twitter.png
Binary file not shown.
534 changes: 0 additions & 534 deletions docs/index.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.js

This file was deleted.

112 changes: 0 additions & 112 deletions docs/scss/_banner.scss

This file was deleted.

25 changes: 0 additions & 25 deletions docs/scss/_base.scss

This file was deleted.

5 changes: 0 additions & 5 deletions docs/scss/_content-wrap.scss

This file was deleted.

Loading

0 comments on commit 604ea0a

Please sign in to comment.