generator-angular icon indicating copy to clipboard operation
generator-angular copied to clipboard

Upgrade grunt-jscs

Open jordanambra opened this issue 8 years ago • 1 comments

Hi, this generator is currently using a reasonably outdated version of grunt-jscs (^1.8.0), which has a version lock of the underlying jscs library at ~1.13.0. grunt-jscs is currently at 3.0.0 and jscs is at 3.0.4 on npm.

Can you please update the package.json template so that the newer versions of grunt-jscs is in? In particular, jscs has a feature as of 1.6.0 where you can do an inline ignore which isn't supported in 1.13.0.

Additionally, the Gruntfile.js needs to have the jscs.options.verbose option removed, because it's default as of 3.0.

Thanks!

jordanambra avatar Jun 16 '16 02:06 jordanambra

looks like it might be covered by PR #1376 - minus the jscs.options.verbose modifications.

erikyuzwa avatar May 03 '17 19:05 erikyuzwa