I'm finishing up build scripts for the flex-asjs repo. Should we/can we put linting into the build? I tried running JSHint from the command-line by feeding it a ‹config option, but we get tons of "Missing "use strict" statement" errors apparently because JSHint says that if you are going to use the strict-mode checking you need to have the 'use strict" directive at the top of the file.
I turned off strict mode and still got some 81 errors. Thoughts? -Alex