@haldiggs wrote:
Sorry I know there are past issues that describe how to set this file up and I have been successful in past ember versions.
ember-cli: 2.14.2 ember-source: “~2.14.1”
After upgrading I started getting the “predef” errors like the .jshintrc is not being fully read.
"predef": [ "document", "window", "-Promise", "$", "COMMONJS" ],
error ‘COMMONJS’ is not defined no-undef
error ‘$’ is not defined no-undef
Were there any changes? I’m just not sure what to try.
Posts: 1
Participants: 1