Skip to content

Commit

Permalink
Merge monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
olebedev committed Jan 24, 2018
2 parents 25234c3 + 467f215 commit 7478a57
Show file tree
Hide file tree
Showing 245 changed files with 8,040 additions and 16,048 deletions.
11 changes: 11 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"presets": [
"es2015"
],
"plugins": [
"transform-flow-strip-types",
"async-to-promises",
"transform-es2015-spread",
"transform-object-rest-spread"
]
}
14 changes: 14 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parser": "babel-eslint",
"extends": [
"plugin:flowtype/recommended"
],
"plugins": [
"flowtype"
],
"settings": {
"flowtype": {
"onlyFilesWithFlowAnnotation": true
}
}
}
14 changes: 14 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[ignore]
<PROJECT_ROOT>/lib/.*
<PROJECT_ROOT>/packages/*/lib/.*

[include]

[libs]

[options]
module.name_mapper='^\(.*\)swarm\-\(.*\)$' -> '<PROJECT_ROOT>/packages/\2/src'
munge_underscores=true

[version]
0.63.1
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ dist/*
# dev stuff
.idea
node_modules
lib
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.Trashes
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

3 changes: 0 additions & 3 deletions .jsdoc.json

This file was deleted.

5 changes: 0 additions & 5 deletions .jshintignore

This file was deleted.

35 changes: 0 additions & 35 deletions .jshintrc

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- "6.7"
- "node"
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
let NERDTreeIgnore=['lib', '.DS_Store', 'node_modules']
12 changes: 0 additions & 12 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2015 Victor Grishchenko & friends
Copyright (c) 2012-2018 Victor Grishchenko & friends

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
34 changes: 0 additions & 34 deletions Makefile

This file was deleted.

15 changes: 0 additions & 15 deletions Makefile.package.in

This file was deleted.

Loading

0 comments on commit 7478a57

Please sign in to comment.