Skip to content

Commit

Permalink
chore(): update to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-Preap committed Feb 5, 2021
1 parent a4c55a3 commit 402851a
Show file tree
Hide file tree
Showing 25 changed files with 1,386 additions and 226 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_SMS_FROM=

# Tile38
TILE38_HOST=
TILE38_PORT=
TILE38_AUTH_PASS=

# Wowza
WOWZA_API_KEY=
WOWZA_ACCESS_KEY=
14 changes: 4 additions & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

module.exports = {
root: true,
env: {
node: true
},
env: { node: true },
parser: '@typescript-eslint/parser', // Specifies the ESLint parser
parserOptions: {
extraFileExtensions: ['.json', '.pug'],
Expand All @@ -24,14 +22,15 @@ module.exports = {
'plugin:prettier/recommended' // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
],
rules: {
'no-console': 'off',
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'no-console': 'off',
'prettier/prettier': ['error', { endOfLine: 'auto' }],
'import/no-unresolved': 'off',
'import/order': [
'error',
Expand All @@ -44,12 +43,7 @@ module.exports = {
}
}
],
'prettier/prettier': [
'error',
{
endOfLine: 'auto'
}
]

},
settings: {
'import/internal-regex': '^@api|@common|@dynamodb|@entities|@lib|@models|@queries|@repositories|@schemas|@x/'
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"Certbot",
"Injectable",
"Metacounter",
"NOFIELDS",
"Nginx",
"Twilio",
"Typegoose",
Expand All @@ -43,8 +44,11 @@
"Unregisters",
"Urlencoding",
"Validators",
"WHEREEVAL",
"WHEREEVALSHA",
"Webhook",
"Whitelisted",
"aofmd",
"apns",
"backend",
"bolditalics",
Expand Down
Loading

0 comments on commit 402851a

Please sign in to comment.