-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove no longer needed explicit strict mode
- Loading branch information
Showing
17 changed files
with
42 additions
and
17 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
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
1 change: 0 additions & 1 deletion
1
api/scripts/certification/generate-certificate-verification-code.js
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/* eslint no-console: ["off"] */ | ||
'use strict'; | ||
import dotenv from 'dotenv'; | ||
|
||
dotenv.config(); | ||
|
2 changes: 1 addition & 1 deletion
2
api/scripts/certification/generate-certification-attestations-by-session-ids.js
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
'use strict'; | ||
import dotenv from 'dotenv'; | ||
|
||
dotenv.config(); | ||
|
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
'use strict'; | ||
import dotenv from 'dotenv'; | ||
|
||
dotenv.config(); | ||
|
2 changes: 0 additions & 2 deletions
2
api/scripts/create-certification-center-memberships-from-organization-admins.js
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
'use strict'; | ||
|
||
import _ from 'lodash'; | ||
import bluebird from 'bluebird'; | ||
|
||
|
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
1 change: 0 additions & 1 deletion
1
api/scripts/create-organizations-with-tags-and-target-profiles.js
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
'use strict'; | ||
import _ from 'lodash'; | ||
import dotenv from 'dotenv'; | ||
|
||
|
1 change: 0 additions & 1 deletion
1
api/scripts/update-sco-organizations-with-is-managing-students-to-true.js
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
1 change: 0 additions & 1 deletion
1
api/scripts/update-sco-organizations-with-province-code-and-external-id.js
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
'use strict'; | ||
import dotenv from 'dotenv'; | ||
|
||
dotenv.config(); | ||
|
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,38 @@ | ||
usage: git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] | ||
<tagname> [<head>] | ||
or: git tag -d <tagname>... | ||
or: git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--points-at <object>] | ||
[--format=<format>] [--merged <commit>] [--no-merged <commit>] [<pattern>...] | ||
or: git tag -v [--format=<format>] <tagname>... | ||
|
||
-l, --list list tag names | ||
-n[<n>] print <n> lines of each tag message | ||
-d, --delete delete tags | ||
-v, --verify verify tags | ||
|
||
Tag creation options | ||
-a, --annotate annotated tag, needs a message | ||
-m, --message <message> | ||
tag message | ||
-F, --file <file> read message from file | ||
-e, --edit force edit of tag message | ||
-s, --sign annotated and GPG-signed tag | ||
--cleanup <mode> how to strip spaces and #comments from message | ||
-u, --local-user <key-id> | ||
use another key to sign the tag | ||
-f, --force replace the tag if exists | ||
--create-reflog create a reflog | ||
|
||
Tag listing options | ||
--column[=<style>] show tag list in columns | ||
--contains <commit> print only tags that contain the commit | ||
--no-contains <commit> | ||
print only tags that don't contain the commit | ||
--merged <commit> print only tags that are merged | ||
--no-merged <commit> print only tags that are not merged | ||
--sort <key> field name to sort on | ||
--points-at <object> print only tags of the object | ||
--format <format> format to use for the output | ||
--color[=<when>] respect format colors | ||
-i, --ignore-case sorting and filtering are case insensitive | ||
|