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
Why do you have "esversion": 6 in jshint config? I guess usually we use Angular 1 with es5? If someone wants es6 he can easily change that, but I was coding in es5 and didn't expect that jshint had esversion: 6 in the config I copied from here.
On the following lines of jshint config there is also "esnext": false, which makes things even more confusing, since this option is supposed to disallow es6 features?
The text was updated successfully, but these errors were encountered:
Why do you have
"esversion": 6
in jshint config? I guess usually we use Angular 1 with es5? If someone wants es6 he can easily change that, but I was coding in es5 and didn't expect that jshint hadesversion: 6
in the config I copied from here.On the following lines of jshint config there is also
"esnext": false,
which makes things even more confusing, since this option is supposed to disallow es6 features?The text was updated successfully, but these errors were encountered: