Alexey Velikiy
8 years ago
3 changed files with 1 additions and 22 deletions
@ -1,13 +0,0 @@
|
||||
{ |
||||
"presets": [ |
||||
["es2015", { "modules": false }], |
||||
"stage-2" |
||||
], |
||||
"plugins": ["transform-runtime"], |
||||
"comments": false, |
||||
"env": { |
||||
"test": { |
||||
"plugins": [ "istanbul" ] |
||||
} |
||||
} |
||||
} |
@ -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 |
Loading…
Reference in new issue