This repository has been archived by the owner on May 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(lint): update to latest version of tslint, lint app-scripts s…
…ource * chore: ignore WebStorm config files * chore: upgrade internal tslint dependencies - update tslint-eslint-rules - run tslint with --type-check flag * fix(interfaces): remove unnecessary semicolons * fix: remove unnecessary semicolons * chore: use stylish formatter for tslint * fix: fix tslint errors * chore: update mock-fs (allows using Node v7+) * feat(lint): upgrade to TSLint v5 * feat(lint): add ENV_TYPE_CHECK_ON_LINT and default to true * test(lint): cleanup a little * refactor(lint): improve linting logic * fix(lint): make CLI argument the same as the env var * feat(lint): add support for enabling type check during lint * test(lint): more cleanup * fix(lint): set project dir to context {rootDir} * chore: update tslint * chore(lint): add typeCheck() fn * chore: fix tslint errors * feat: implement and run type check if enabled * refactor(lint): rename generateFormattedErrorMsg() to generateErrorMessageForFiles() * fix(lint): filter duplicate file names * docs(lint): update note * chore(lint): add some TODOs * feat(lint): set default value for --typeCheck to false * docs(lint): document --typeCheck flag * fix(lint): don't create a new instance of BuildError when throwing after linting failed * fix(lint): set --typeCheckOnLint to null as default instead of false * test(lint): fix typeCheckOnLint flag tests * test(lint): add tests for generateErrorMessageForFiles(), getFileNames() and removeDuplicateFileNames() * chore(lint): remove some TODOs * fix(lint): properly pass CLI arguments to linter * feat(lint): properly disable type check during builds * fix(lint): allow null TSLint config file * chore: revert string change
- Loading branch information
1 parent
fa26de1
commit ce5c848
Showing
32 changed files
with
440 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,4 +45,7 @@ dist | |
.vscode | ||
*.sw[mnpcod] | ||
|
||
bin/ion-dev.css | ||
bin/ion-dev.css | ||
|
||
# WebStorm | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.