Skip to content

Commit

Permalink
v12
Browse files Browse the repository at this point in the history
  • Loading branch information
verekia committed Sep 5, 2019
1 parent e50449c commit 8c531e8
Show file tree
Hide file tree
Showing 313 changed files with 118 additions and 31,313 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

27 changes: 0 additions & 27 deletions .eslintrc.js

This file was deleted.

8 changes: 0 additions & 8 deletions .flowconfig

This file was deleted.

84 changes: 74 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,75 @@
.DS_Store
node_modules
/coverage
# Logs
logs
*.log
/packages/*/*.js
/packages/*/*.flow
/packages/sharyn/*/*
/packages/babel-preset-sharyn/*.js
/packages/babel-preset-sharyn/*.flow
/packages/eslint-config-sharyn/*.js
/packages/eslint-config-sharyn/*.flow
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

# serverless
.serverless

# serverless-webpack
.webpack/

dist/

.DS_Store

# I use exact package versions in package.json
yarn.lock
package-lock.json
3 changes: 0 additions & 3 deletions .mdlintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions .prettierrc.js

This file was deleted.

4 changes: 0 additions & 4 deletions .storybook/addons.js

This file was deleted.

8 changes: 0 additions & 8 deletions .storybook/config.js

This file was deleted.

26 changes: 0 additions & 26 deletions .storybook/preview-head.html

This file was deleted.

6 changes: 0 additions & 6 deletions .travis.yml.off

This file was deleted.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Sharyn is a collection of JavaScript / TypeScript packages that make your life e

#### 💻 Development

- [**babel-preset-sharyn**](https://github.com/sharynjs/babel-preset-sharyn) – A Babel preset for React + Flow
- [**eslint-config-sharyn**](https://github.com/sharynjs/eslint-config-sharyn)An ESLint configuration
- [**@sharyn/prettier-config**](https://github.com/sharynjs/sharyn-prettier-config)Prettier configuration
- [**@sharyn/prettier**](https://github.com/sharynjs/sharyn-prettier) – A Prettier configuration
- [**babel-preset-sharyn**](https://github.com/sharynjs/babel-preset-sharyn)A Babel preset for React and Flow
- [**eslint-config-sharyn**](https://github.com/sharynjs/eslint-config-sharyn)An ESLint configuration for Babel, React and Flow

#### ⚛️ React

Expand All @@ -27,6 +27,8 @@ Sharyn is a collection of JavaScript / TypeScript packages that make your life e

- [**@sharyn/browser**](https://github.com/sharynjs/sharyn-browser) – Helpers for code that runs in the browser

And the single package **`sharyn`** contains everything, if you'd rather have less dependencies.

### Credits

By **Jonathan Verrecchia** (**verekia**) [**Github**](https://github.com/verekia)[**Twitter**](https://twitter.com/verekia)[**Website**](https://verekia.com) – MIT License
Expand Down
14 changes: 0 additions & 14 deletions babel.config.js

This file was deleted.

1 change: 1 addition & 0 deletions browser/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@sharyn/browser')
Loading

0 comments on commit 8c531e8

Please sign in to comment.