eslint-disable-line and eslint-disable-next-line are only in line comments.
There is currently an open issue for this in eslint
So you need to write it like the following:
{ // eslint-disable-next-line max-len }<Chip ref="code" style={styles.chip}backgroundColor={this.state.filterSelected['School Code'] && blue300}onTouchTap={this.handleTouchTap} > <Avatar size={32}>C</Avatar> School Code </Chip>
Daniel Bank
source share