Disable linting rules like "missing semicolon" in sandcastle

Semicolons don’t matter, but the editor marks missing semicolons with yellow, the same as errors that do matter, like writing Cartesian3 instead of Cesium.Cartesian3 (code copied from a modern codebase).

It would be good to get rid of this linting rule.