Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4828

.jshintrc predef errors

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4828

Trending Articles