b02967c5ef
Adds a details pane for contribution records, similar to contributor profiles. Just the basic details for now. Can be extended with all kinds of data, links, icons, etc. from here on.
11 lines
142 B
JavaScript
11 lines
142 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
extends: 'recommended',
|
|
|
|
rules: {
|
|
'simple-unless': false,
|
|
'no-nested-interactive': false
|
|
}
|
|
};
|