We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f65e20 commit 5fe2becCopy full SHA for 5fe2bec
package.json
@@ -34,7 +34,7 @@
34
"lint:php:phpmd": "vendor/bin/phpmd src,.phan/config.php text phpmd.xml",
35
"lint:php:phpstan": "vendor/bin/phpstan",
36
"lint:php": "run-p -c --aggregate-output lint:php:*",
37
- "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}'",
38
"lint:ts": "run-p -c --aggregate-output lint:ts:*",
39
"lint": "run-p -c --aggregate-output lint:*",
40
"update-translations": "gulp update-translations"
0 commit comments