From 4adc96390f05a3271e5daaa4d5e4d0317f4edad8 Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Tue, 14 Mar 2017 14:32:57 -0300 Subject: [#971] Extract Backup email page to a new component with @tuliocasagrande --- web-ui/.eslintrc.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web-ui/.eslintrc.json') diff --git a/web-ui/.eslintrc.json b/web-ui/.eslintrc.json index 554498f9..5a57efaa 100644 --- a/web-ui/.eslintrc.json +++ b/web-ui/.eslintrc.json @@ -6,6 +6,10 @@ "jsx-a11y", "import" ], + "parser": "babel-eslint", + "rules": { + "strict": 0 + }, "rules": { "import/no-extraneous-dependencies": ["off"], "import/extensions": ["off"], -- cgit v1.2.3