Skip to content

Commit

Permalink
Merge pull request #16545 from rwjblue/lint-fix-fixes
Browse files Browse the repository at this point in the history
Add tslint to `yarn lint:fix`.
  • Loading branch information
rwjblue authored Apr 18, 2018
2 parents 8c9bf61 + e7585bf commit 541b9ac
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 @@ -41,7 +41,7 @@
"start": "ember serve",
"pretest": "ember build",
"lint": "TEST_SUITE=code-quality node bin/run-tests.js",
"lint:fix": "eslint --fix .",
"lint:fix": "eslint --fix . && tslint --fix -p tsconfig.json",
"test": "node bin/run-tests.js",
"test:blueprints": "node node-tests/nodetest-runner.js",
"test:blueprints-debugger": "node --inspect-brk node-tests/nodetest-runner.js",
Expand Down

0 comments on commit 541b9ac

Please sign in to comment.