From ebb2c9153cda6b816c437a6dad394c7853b48340 Mon Sep 17 00:00:00 2001 From: sabertazimi Date: Sun, 17 Oct 2021 02:35:04 +0800 Subject: [PATCH] fix(eslint-bod): remove redundant statement --- packages/eslint-config-bod/base.js | 2 -- packages/eslint-config-bod/index.js | 2 -- packages/eslint-config-bod/jest.js | 2 -- 3 files changed, 6 deletions(-) diff --git a/packages/eslint-config-bod/base.js b/packages/eslint-config-bod/base.js index 6cb8e9e99..d967e5289 100644 --- a/packages/eslint-config-bod/base.js +++ b/packages/eslint-config-bod/base.js @@ -5,8 +5,6 @@ * LICENSE file in the root directory of this source tree. */ -'use strict'; - // Fix eslint shareable config (https://github.com/eslint/eslint/issues/3458) require('@rushstack/eslint-patch/modern-module-resolution'); diff --git a/packages/eslint-config-bod/index.js b/packages/eslint-config-bod/index.js index fa6962878..77340c510 100644 --- a/packages/eslint-config-bod/index.js +++ b/packages/eslint-config-bod/index.js @@ -5,8 +5,6 @@ * LICENSE file in the root directory of this source tree. */ -'use strict'; - // Inspired by https://github.com/airbnb/javascript but less opinionated. // We use eslint-loader so even warnings are very visible. diff --git a/packages/eslint-config-bod/jest.js b/packages/eslint-config-bod/jest.js index 6dbb58a23..37dd34391 100644 --- a/packages/eslint-config-bod/jest.js +++ b/packages/eslint-config-bod/jest.js @@ -5,8 +5,6 @@ * LICENSE file in the root directory of this source tree. */ -'use strict'; - // Fix eslint shareable config (https://github.com/eslint/eslint/issues/3458) require('@rushstack/eslint-patch/modern-module-resolution');