Does anyone know if and/or how to get JSCS to see the follow code as valid without ignore statements?
var something = (this.something === true)
? 'one'
: 'two';
Does anyone know if and/or how to get JSCS to see the follow code as valid without ignore statements?
var something = (this.something === true)
? 'one'
: 'two';