Skip to content

Commit

Permalink
add tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstafford committed Jun 25, 2019
1 parent 03cabc3 commit d1cc0fe
Show file tree
Hide file tree
Showing 4 changed files with 649 additions and 633 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -70,14 +70,14 @@
"phpunit": "vendor/bin/phpunit ./tests/unit/",
"coverage": "vendor/bin/phpunit tests/unit --coverage-html coverage --whitelist src/",
"lint": "vendor/bin/parallel-lint --exclude vendor .",
"eslint": "node_modules/eslint/bin/eslint.js admin/wp2static-admin.js",
"tslint": "node_modules/tslint/bin/tslint js/wp2static-admin.ts",
"ts2js": "node_modules/typescript/bin/tsc",
"test": [
"@lint",
"@tslint",
"@ts2js",
"@phpcs",
"@phpstan",
"@eslint",
"@ts2js",
"@phpunit"
],
"build": "/bin/sh tools/build_release.sh",
Expand Down

0 comments on commit d1cc0fe

Please sign in to comment.