Voting Application Build status

For all your votey needs!

JSLint setup

  • Open Visual Studio and install "Javascript Linter" from "Extensions and Updates"
  • Open "Tools > Javascript Linter Options"
  • Import "linter.xml" from the repository root
  • Change output settings to "Warnings"
  • Untick "Cancel build on error"
  • Change "Quote Marks" to "Single"

The next time the project is built, any outstanding JSLint messages will be displayed in the Error List.