infinum/mobx-collection-store

View on GitHub
tslint.json

Summary

Maintainability
Test Coverage
{
  "extends": "tslint:recommended",
  "rules": {
    "array-type": [true, "generic"],
    "quotemark": [true, "single", "avoid-escape"],
    "variable-name": [true, "ban-keywords"]
  }
}