Skip to content

Instantly share code, notes, and snippets.

@fabriciofmsilva
Last active March 15, 2018 22:24
Show Gist options
  • Save fabriciofmsilva/ac4c0e7aa3a5f19260d94e8917aa2204 to your computer and use it in GitHub Desktop.
Save fabriciofmsilva/ac4c0e7aa3a5f19260d94e8917aa2204 to your computer and use it in GitHub Desktop.
TSLint
{
  // Force to use pipeable in RxJS
  "rxjs-no-add": { "severity": "error" },
  "rxjs-no-operator": { "severity": "error" },
  "rxjs-no-patched": { "severity": "error" },
  "rxjs-no-wholesale": { "severity": "error" }
  // Force to use pipeable in RxJS
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment