Files
kredits-web/.template-lintrc.js
T
basti b02967c5ef Basic contribution details
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.
2019-07-17 12:58:16 +02:00

11 lines
142 B
JavaScript

'use strict';
module.exports = {
extends: 'recommended',
rules: {
'simple-unless': false,
'no-nested-interactive': false
}
};