You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.
object-literal-sort-keys: false
Often in our system, object keys has meaning in order other than alphabetical.
For example, transaction.asset should be the last elements.
strict-type-predicates: false
Although we are converting to typescript, we have a lot of code to check the types of the variable.
Checking the types is safer and better than trusting the developer 100%
file-name-casing: false
File name casting does not support snake_case
The text was updated successfully, but these errors were encountered:
Description
object-literal-sort-keys: false
Often in our system, object keys has meaning in order other than alphabetical.
For example, transaction.asset should be the last elements.
strict-type-predicates: false
Although we are converting to typescript, we have a lot of code to check the types of the variable.
Checking the types is safer and better than trusting the developer 100%
file-name-casing: false
File name casting does not support snake_case
The text was updated successfully, but these errors were encountered: