Skip to content

Commit

Permalink
fix(eslint-bod): remove redundant statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Oct 16, 2021
1 parent 7977dd6 commit ebb2c91
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/eslint-config-bod/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
2 changes: 0 additions & 2 deletions packages/eslint-config-bod/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions packages/eslint-config-bod/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit ebb2c91

Please sign in to comment.