Skip to content

Commit 9a1647f

Browse files
committed
Update cjs entries in eslint config
1 parent 7c2231b commit 9a1647f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

files/eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ const config = [
9191
*/
9292
{
9393
files: [
94-
'*.cjs',
9594
'**/*.cjs',
9695
'.prettierrc.cjs',
9796
'.template-lintrc.cjs',

files/testem.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* global module, process */
21
'use strict';
32

43
if (typeof module !== 'undefined') {

0 commit comments

Comments
 (0)