1
0
Fork 0

add missing packages and editorconfig

This commit is contained in:
Travis Fischer 2018-04-12 11:59:19 -04:00 committed by Joost De Cock
parent 3e343ab144
commit ef7eb0e142
3 changed files with 22 additions and 0 deletions

View file

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

View file

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

View file

@ -30,6 +30,10 @@
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"gh-pages": "^1.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",