@@ -1632,7 +1632,7 @@ package.json
16321632 "name": "testpkg",
16331633 "version": "1.0.0",
16341634 "scripts": {
1635- "lint": "eslint /"**/*.js /"",
1635+ "lint": "eslint /"**/*.{js,cjs,ts,mjs,jsx,tsx} /"",
16361636 "postlint": "template-oss-check",
16371637 "template-oss-apply": "template-oss-apply --force",
16381638 "lintfix": "npm run lint -- --fix",
@@ -3716,7 +3716,7 @@ package.json
37163716 "workspaces/b"
37173717 ],
37183718 "scripts": {
3719- "lint": "eslint /"**/*.js /"",
3719+ "lint": "eslint /"**/*.{js,cjs,ts,mjs,jsx,tsx} /"",
37203720 "postlint": "template-oss-check",
37213721 "template-oss-apply": "template-oss-apply --force",
37223722 "lintfix": "npm run lint -- --fix",
@@ -3863,7 +3863,7 @@ workspaces/a/package.json
38633863 "name": "a",
38643864 "version": "1.0.0",
38653865 "scripts": {
3866- "lint": "eslint /"**/*.js /"",
3866+ "lint": "eslint /"**/*.{js,cjs,ts,mjs,jsx,tsx} /"",
38673867 "postlint": "template-oss-check",
38683868 "template-oss-apply": "template-oss-apply --force",
38693869 "lintfix": "npm run lint -- --fix",
@@ -3943,7 +3943,7 @@ workspaces/b/package.json
39433943 "name": "b",
39443944 "version": "1.0.0",
39453945 "scripts": {
3946- "lint": "eslint /"**/*.js /"",
3946+ "lint": "eslint /"**/*.{js,cjs,ts,mjs,jsx,tsx} /"",
39473947 "postlint": "template-oss-check",
39483948 "template-oss-apply": "template-oss-apply --force",
39493949 "lintfix": "npm run lint -- --fix",
@@ -5555,7 +5555,7 @@ workspaces/a/package.json
55555555 "name": "a",
55565556 "version": "1.0.0",
55575557 "scripts": {
5558- "lint": "eslint /"**/*.js /"",
5558+ "lint": "eslint /"**/*.{js,cjs,ts,mjs,jsx,tsx} /"",
55595559 "postlint": "template-oss-check",
55605560 "template-oss-apply": "template-oss-apply --force",
55615561 "lintfix": "npm run lint -- --fix",
@@ -5635,7 +5635,7 @@ workspaces/b/package.json
56355635 "name": "b",
56365636 "version": "1.0.0",
56375637 "scripts": {
5638- "lint": "eslint /"**/*.js /"",
5638+ "lint": "eslint /"**/*.{js,cjs,ts,mjs,jsx,tsx} /"",
56395639 "postlint": "template-oss-check",
56405640 "template-oss-apply": "template-oss-apply --force",
56415641 "lintfix": "npm run lint -- --fix",
0 commit comments