Skip to content

Commit 5aa1c23

Browse files
committed
chore(recipes): use custom linting configuration for recipes
1 parent 1ae4c45 commit 5aa1c23

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

recipes/tslint.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)