diff --git a/.babelrc b/.babelrc index 4bacbd6..52796c1 100644 --- a/.babelrc +++ b/.babelrc @@ -1,13 +1,13 @@ { "presets": [ - ["env", { - "targets": { - "node": true + [ + "env", + { + "targets": { + "node": true + } } - }], + ], "stage-0" - ], - "plugins": [ - "transform-flow-strip-types" ] } \ No newline at end of file diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index dd4fda7..0000000 --- a/.eslintrc +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": [ - "plugin:flowtype/recommended", - "prettier", - "prettier/flowtype", - "prettier/react" - ], - "plugins": [ - "import", - "flowtype", - "prettier" - ], - "parserOptions": { - "ecmaVersion": 2017, - "sourceType": "module", - "ecmaFeatures": { - "jsx": true - } - }, - "env": { - "es6": true, - "node": true - }, - "rules": { - "prettier/prettier": "error" - } -} \ No newline at end of file diff --git a/demos/1-chat-heads/index.html b/demos/1-chat-heads/index.html index 99b3842..4242e67 100644 --- a/demos/1-chat-heads/index.html +++ b/demos/1-chat-heads/index.html @@ -10,6 +10,6 @@
- +