We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae4c45 commit 5aa1c23Copy full SHA for 5aa1c23
1 file changed
recipes/tslint.json
@@ -0,0 +1,7 @@
1
+{
2
+ "extends": ["../tslint.json"],
3
+ "rules": {
4
+ "max-line-length": false,
5
+ "no-floating-promises": false
6
+ }
7
+}
0 commit comments