From 66a4cf578fa8e7cb5ed2143b98834f014f509c11 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 27 Jun 2016 01:53:27 -0400 Subject: [PATCH] remove hardcoded strict mode value (babel/babel-eslint#331) --- eslint/babel-eslint-parser/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint/babel-eslint-parser/index.js b/eslint/babel-eslint-parser/index.js index aec0648930..004f3a761d 100644 --- a/eslint/babel-eslint-parser/index.js +++ b/eslint/babel-eslint-parser/index.js @@ -385,7 +385,6 @@ exports.parse = function (code, options) { exports.parseNoPatch = function (code, options) { var opts = { sourceType: options.sourceType, - strictMode: true, allowImportExportEverywhere: options.allowImportExportEverywhere, // consistent with espree allowReturnOutsideFunction: true, allowSuperOutsideMethod: true,