Skip to content

Commit 5fe2bec

Browse files
committed
Not linting .config.cjs files as there aren't any
1 parent 1f65e20 commit 5fe2bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint:php:phpmd": "vendor/bin/phpmd src,.phan/config.php text phpmd.xml",
3535
"lint:php:phpstan": "vendor/bin/phpstan",
3636
"lint:php": "run-p -c --aggregate-output lint:php:*",
37-
"lint:ts:eslint": "eslint --color 'src/**/*.ts' 'gulpfile.js' '*.config.{cjs,js,ts}'",
37+
"lint:ts:eslint": "eslint --color 'src/**/*.ts' 'gulpfile.js' '*.config.{js,ts}'",
3838
"lint:ts": "run-p -c --aggregate-output lint:ts:*",
3939
"lint": "run-p -c --aggregate-output lint:*",
4040
"update-translations": "gulp update-translations"

0 commit comments

Comments
 (0)