From e5620fb718cd117789dff313b54f2929ee081eaa Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Sat, 17 Dec 2016 10:44:59 -0300 Subject: [PATCH] eslint update --- .eslintrc.json | 10 ++++++++++ tests/e2e/tests/actions/Commenter/FlagCommentTest.js | 0 tests/e2e/tests/actions/Commenter/FlagUsernameTest.js | 0 tests/e2e/tests/actions/Commenter/LikeCommentTest.js | 0 tests/e2e/tests/actions/Commenter/LoginTest.js | 0 tests/e2e/tests/actions/Commenter/PermalinkTest.js | 0 tests/e2e/tests/actions/Commenter/SignUpTest.js | 0 7 files changed, 10 insertions(+) create mode 100644 tests/e2e/tests/actions/Commenter/FlagCommentTest.js create mode 100644 tests/e2e/tests/actions/Commenter/FlagUsernameTest.js create mode 100644 tests/e2e/tests/actions/Commenter/LikeCommentTest.js create mode 100644 tests/e2e/tests/actions/Commenter/LoginTest.js create mode 100644 tests/e2e/tests/actions/Commenter/PermalinkTest.js create mode 100644 tests/e2e/tests/actions/Commenter/SignUpTest.js diff --git a/.eslintrc.json b/.eslintrc.json index 035a86189..891960647 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,6 +4,16 @@ "node": true }, "extends": "eslint:recommended", + "ecmaFeatures": { + "sourceType": "module" + }, + "parserOptions": { + "sourceType": "module", + "ecmaFeatures": { + "jsx": true, + "experimentalObjectRestSpread": true + } + }, "rules": { "indent": ["error", 2 diff --git a/tests/e2e/tests/actions/Commenter/FlagCommentTest.js b/tests/e2e/tests/actions/Commenter/FlagCommentTest.js new file mode 100644 index 000000000..e69de29bb diff --git a/tests/e2e/tests/actions/Commenter/FlagUsernameTest.js b/tests/e2e/tests/actions/Commenter/FlagUsernameTest.js new file mode 100644 index 000000000..e69de29bb diff --git a/tests/e2e/tests/actions/Commenter/LikeCommentTest.js b/tests/e2e/tests/actions/Commenter/LikeCommentTest.js new file mode 100644 index 000000000..e69de29bb diff --git a/tests/e2e/tests/actions/Commenter/LoginTest.js b/tests/e2e/tests/actions/Commenter/LoginTest.js new file mode 100644 index 000000000..e69de29bb diff --git a/tests/e2e/tests/actions/Commenter/PermalinkTest.js b/tests/e2e/tests/actions/Commenter/PermalinkTest.js new file mode 100644 index 000000000..e69de29bb diff --git a/tests/e2e/tests/actions/Commenter/SignUpTest.js b/tests/e2e/tests/actions/Commenter/SignUpTest.js new file mode 100644 index 000000000..e69de29bb