Skip to content

Commit

Permalink
Removed *nix-only comment from package.json (palantir#3858)
Browse files Browse the repository at this point in the history
It feels self-evident that `lint:global` as a task would lint everything with the global TSLint install.
  • Loading branch information
Josh Goldberg authored and suchanlee committed Apr 26, 2018
1 parent a7be726 commit f399c3c
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 @@ -26,7 +26,7 @@
"compile:scripts": "tsc -p scripts",
"compile:test": "tsc -p test",
"lint": "npm-run-all -p lint:global lint:from-bin",
"lint:global": "tslint --project test/tsconfig.json --format stylish # test includes 'src' too",
"lint:global": "tslint --project test/tsconfig.json --format stylish",
"lint:from-bin": "node bin/tslint --project test/tsconfig.json --format stylish",
"publish:local": "./scripts/npmPublish.sh",
"test": "npm-run-all test:pre -p test:mocha test:rules",
Expand Down

0 comments on commit f399c3c

Please sign in to comment.