From eea9e7328b8fa333ea151846d44e0d1063705a41 Mon Sep 17 00:00:00 2001 From: JFH Date: Thu, 30 Jul 2020 14:19:54 +0200 Subject: [PATCH] remove eslint:recommended already part of sauron-node, move ecmaversion to year based value --- .eslintrc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 2d37e0b1..7dc18055 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,9 +1,9 @@ 'use strict'; module.exports = { - extends: ['eslint:recommended', 'ash-nazg/sauron-node'], + extends: ['ash-nazg/sauron-node'], parserOptions: { - "ecmaVersion": 10, + "ecmaVersion": 2020, sourceType: 'module' }, env: {