You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Hi, this generator is currently using a reasonably outdated version of
grunt-jscs
(^1.8.0), which has a version lock of the underlyingjscs
library at ~1.13.0.grunt-jscs
is currently at 3.0.0 andjscs
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!
The text was updated successfully, but these errors were encountered: