We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd08ed commit beeeff4Copy full SHA for beeeff4
index.json
@@ -90,6 +90,7 @@
90
"no-angle-bracket-type-assertion": true,
91
"no-any": false,
92
"no-arg": true,
93
+ "no-async-without-await": true,
94
"no-bitwise": true,
95
"no-conditional-assignment": true,
96
"no-consecutive-blank-lines": true,
package.json
@@ -21,6 +21,6 @@
21
"standard-version": "^4.3.0"
22
},
23
"peerDependencies": {
24
- "tslint": "^5.9.1"
+ "tslint": "^5.18.0"
25
}
26
0 commit comments