Closed gabrielenosso closed 9 years ago
I simply added the support to sourcemaps. It is very useful if you want to use jshint on files that are transformed.
For example with .jsx files loaded with the jsx-loader, which creates the sourcemap relative to the original jsx files (before they are transformed).
Thanks
I simply added the support to sourcemaps. It is very useful if you want to use jshint on files that are transformed.
For example with .jsx files loaded with the jsx-loader, which creates the sourcemap relative to the original jsx files (before they are transformed).