I was just wondering whether anyone has had any luck in converting the knockout-validation plugin (https://github.com/ericmbarnard/Knockout-Validation) into coffeescript.
I have tried myself by using tools like http://js2coffee.org/ and so far I have been unable to get a version working in coffee.
I ask as the the project it is being used in is all written in coffeescript, and so when it comes to writing custom validation rules, the team are wanting to write them in coffee rather than javascript. So far the custom rules have just been added to the knockout-validation javascript file
You can import the library as JS and write your own rules in CS, e.g.: