0.3.5 • Published 10 months ago

knockout-lint v0.3.5

Weekly downloads
10
License
MIT
Repository
github
Last release
10 months ago

npm version Downloads License

KOLint

KOLint is a type checker and lint tool for Knockout.JS views. TypeScript is used for type checking the Knockout view bindings when the viewmodel is defined in Typescript. The tool also checks for common mistakes in Knockout views. See documentation at GitHub Wiki.

Try it out

  1. Add reference to your view:
    <!-- ko-import ViewModel from './viewmodel' -->
    <!-- ko-viewmodel ViewModel -->
  2. Run KOLint without installing it:
    $ npx knockout-lint view.html
0.3.5

10 months ago

0.3.4

1 year ago

0.3.3

2 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago