Skip to content

Commit

Permalink
Added typechecking to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Feb 1, 2025
1 parent b10fb2e commit 822d84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"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.{js,ts}'",
"lint:ts:typecheck": "tsc --noEmit",
"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
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"lib": ["DOM", "ES6", "ScriptHost"],
"module": "es6",
"moduleResolution": "node",
"skipLibCheck": true,

"allowUnreachableCode": false,
"allowUnusedLabels": false,
Expand Down

0 comments on commit 822d84b

Please sign in to comment.