forked from OfficeDev/TrainingContent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quarterly module refresh - Office Addins - Outlook
- Loading branch information
1 parent
6936d54
commit bed063f
Showing
39 changed files
with
32,396 additions
and
869 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 |
---|---|---|
|
@@ -71,7 +71,7 @@ ipch/ | |
*.vspx | ||
|
||
# TFS 2012 Local Workspace | ||
$tf/ | ||
$tf/w | ||
|
||
# Guidance Automation Toolkit | ||
*.gpState | ||
|
17 changes: 17 additions & 0 deletions
17
...din/04 Building Add-ins for Microsoft Outlook/Demos/01 Mail Add-ins Basics/.eslintrc.json
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": [ | ||
"@typescript-eslint" | ||
], | ||
"parserOptions": { | ||
"ecmaVersion": 6, | ||
"sourceType": "module", | ||
"ecmaFeatures": { | ||
"jsx": true | ||
}, | ||
"project": "./tsconfig.json" | ||
}, | ||
"extends": [ | ||
"eslint-config-office-addins" | ||
] | ||
} |
5 changes: 0 additions & 5 deletions
5
...ceAddin/04 Building Add-ins for Microsoft Outlook/Demos/01 Mail Add-ins Basics/.gitignore
This file was deleted.
Oops, something went wrong.
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.