Closed
Description
In #87, tslint-to-eslint-config
began logging rule notices, but there wasn't any infrastructure that took into account the possibility of having to merge notices. I have updated line 81 in convertRules.ts
to just merge the two notice arrays, but we should investigate creating a merger for rule notices.