Last active
February 23, 2018 21:17
-
-
Save aaronfrost/f3e28f69985d4bd992f311cfe250968c to your computer and use it in GitHub Desktop.
Revisions
-
aaronfrost revised this gist
Feb 23, 2018 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,6 @@ { "extends": [ "tslint:latest", "tslint-config-prettier", ], } -
aaronfrost revised this gist
Feb 23, 2018 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ { // "extends": [ "tslint:latest", "tslint-config-prettier", // <--this ], // } -
aaronfrost renamed this gist
Feb 23, 2018 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,8 @@ { // extends: [ 'tslint:latest', 'tslint-config-prettier', // <--this ], // } -
aaronfrost revised this gist
Feb 23, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ ``` { // extends: [ 'tslint:latest', 'tslint-config-prettier', // <--this ], // } ``` -
aaronfrost renamed this gist
Feb 23, 2018 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,10 @@ ``` { ... extends: [ 'tslint:latest', 'tslint-config-prettier', // <--this ], ... } ``` -
aaronfrost created this gist
Feb 23, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ { ... extends: [ 'tslint:latest', 'tslint-config-prettier', // <--this ], ... }