This addition will allow you to generate some UI for whatever rules there might be.
ids = CSSLint.getRuleIds();
name = CSSLint.getRuleProperty(ids[x], 'name');
Something like that would do the trick.
Or:
prop = CSSLint.getRuleProperties();
prop[x].name