Merge branch 'dev-watch' of github.com:Hacksore/skinview3d into dev-watch

This commit is contained in:
Hacksore 2018-02-11 18:02:22 -06:00
commit 60a80f5422
4 changed files with 25 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
trim_trailing_whitespace = true
quote_type = double
[*.{yml,yaml}]
indent_style = space
indent_size = 2

View File

@ -1,4 +1,5 @@
module.exports = {
"root": true,
"env": {
"es6": true,
"browser": true

5
src/.eslintrc.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
"env": {
"browser": true
}
}

5
tools/.eslintrc.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
"env": {
"node": true
}
}