Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 9bdaace

Browse files
committed
update some code formatting/style issues
1 parent 16a446c commit 9bdaace

File tree

21 files changed

+345
-277
lines changed

21 files changed

+345
-277
lines changed

package-lock.json

Lines changed: 123 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"eslint-fix": "./node_modules/.bin/eslint ./packages/*/src/*.ts ./packages/*/src/**/*.ts --fix"
1111
},
1212
"devDependencies": {
13-
"@typescript-eslint/eslint-plugin": "^2.6.0",
14-
"@typescript-eslint/parser": "^2.6.0",
15-
"eslint": "^6.6.0",
13+
"@typescript-eslint/eslint-plugin": "^2.17.0",
14+
"@typescript-eslint/parser": "^2.17.0",
15+
"eslint": "^6.8.0",
1616
"lerna": "^3.18.3",
1717
"mocha": "^6.2.2",
1818
"nyc": "^14.1.1",
19-
"typescript": "^3.6.4"
19+
"typescript": "^3.7.5"
2020
}
2121
}

packages/botbuilder-adapter-facebook/.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ module.exports = {
77
"camelcase": 0,
88
"no-unused-vars": 0,
99
"@typescript-eslint/indent": 0,
10+
"@typescript-eslint/ban-ts-ignore": 1,
11+
"@typescript-eslint/no-object-literal-type-assertion": 0,
1012
"@typescript-eslint/explicit-member-accessibility": 1,
1113
"space-before-function-paren": [2, {
1214
"named": "never",

0 commit comments

Comments
 (0)