From 9750f4261c11ec812ba9308b3966bd54faed272e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 6 Sep 2016 10:50:03 -0700 Subject: [PATCH] [eslint config] [base] Update `ecmaVersion` to `2016`. --- packages/eslint-config-airbnb-base/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-airbnb-base/index.js b/packages/eslint-config-airbnb-base/index.js index c89431a0..cc136737 100644 --- a/packages/eslint-config-airbnb-base/index.js +++ b/packages/eslint-config-airbnb-base/index.js @@ -9,7 +9,7 @@ module.exports = { './rules/imports', ].map(require.resolve), parserOptions: { - ecmaVersion: 7, + ecmaVersion: 2016, sourceType: 'module', }, rules: {