Skip to content

Commit

Permalink
Merge pull request #2873 from skaut/dont-lint-cjs
Browse files Browse the repository at this point in the history
Not linting .config.cjs files as there aren't any
  • Loading branch information
marekdedic authored Oct 10, 2024
2 parents 01e89fe + 36d0b54 commit b8c75a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint:php:phpmd": "vendor/bin/phpmd src,tests,.phan/config.php,scoper.inc.php text phpmd.xml",
"lint:php:phpstan": "vendor/bin/phpstan",
"lint:php": "run-p -c --aggregate-output lint:php:*",
"lint:ts:eslint": "eslint --color 'src/**/*.ts' 'gulpfile.js' '*.config.{cjs,js,ts}'",
"lint:ts:eslint": "eslint --color 'src/**/*.ts' 'gulpfile.js' '*.config.{js,ts}'",
"lint:ts": "run-p -c --aggregate-output lint:ts:*",
"lint": "run-p -c --aggregate-output lint:*",
"pretest:php:phpunit": "[ -e vendor/google ] && rm -r vendor/google; composer dump-autoload",
Expand Down

0 comments on commit b8c75a6

Please sign in to comment.