All components now use typescript
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"extends": "tslint-config-airbnb",
|
||||
"rules": {
|
||||
"max-line-length": [ true, 140 ],
|
||||
"import-name": false
|
||||
"import-name": false,
|
||||
"ter-arrow-parens": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user