Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.0.0 release #130

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
3 changes: 2 additions & 1 deletion .eslintrc
Expand Up @@ -17,6 +17,7 @@
"comma-dangle": "off",
"quotes": "off",
"arrow-parens": 0,
"jsx-one-expression-per-line": 0
"jsx-one-expression-per-line": 0,
"import/prefer-default-export": 0
}
}
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -30,6 +30,11 @@ coverage
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# builds
build
dist
.rpt2_cache

# Dependency directories
node_modules
jspm_packages
Expand Down
56 changes: 0 additions & 56 deletions index.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions lib/helpers/nodeTypes.js

This file was deleted.