Skip to content

TSLint rules for type-aware browser compatability linting

Notifications You must be signed in to change notification settings

tjefferson08/tslint-browser-compat

Repository files navigation

tslint-browser-compat

Leverage Typescript to perform static, type-aware browser support and compatability checking.

Project status

Experimental wild-west phase

Installation

  • TODO make this actually available on NPM registry
  • yarn add --dev tslint-browser-compat
  • See the example tslint.json for configuration details

Sample configuration

{
  "extends": ["tslint-browser-compat"],
  "rules": {
    "no-unsupported-instance-methods": [true]
  }
}

Development

  • yarn install (make sure you've installed yarn)

Running tests

  • yarn test
  • DEBUG=1 yarn test if you'd like some debug logging

About

TSLint rules for type-aware browser compatability linting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published