Browse Source

rm more

gh-pages
Alexey Velikiy 7 years ago
parent
commit
b9a4077c30
  1. 13
      .babelrc
  2. 9
      .editorconfig
  3. 1
      .gitignore

13
.babelrc

@ -1,13 +0,0 @@
{
"presets": [
["es2015", { "modules": false }],
"stage-2"
],
"plugins": ["transform-runtime"],
"comments": false,
"env": {
"test": {
"plugins": [ "istanbul" ]
}
}
}

9
.editorconfig

@ -1,9 +0,0 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

1
.gitignore vendored

@ -1,3 +1,4 @@
.DS_Store
node_modules/
npm-debug.log
dist

Loading…
Cancel
Save