mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Enforce plugin structure and generate documentation
This commit is contained in:
@@ -6,11 +6,17 @@
|
||||
* http://www.dspace.org/license/
|
||||
*/
|
||||
|
||||
import themedComponentUsages from './themed-component-usages';
|
||||
import {
|
||||
bundle,
|
||||
RuleExports,
|
||||
} from '../../util/structure';
|
||||
import * as themedComponentUsages from './themed-component-usages';
|
||||
|
||||
const index = [
|
||||
themedComponentUsages,
|
||||
] as unknown as RuleExports[];
|
||||
|
||||
export = {
|
||||
rules: {
|
||||
'themed-component-usages': themedComponentUsages,
|
||||
},
|
||||
parser: require('@angular-eslint/template-parser'),
|
||||
...bundle('dspace-angular-html', 'HTML', index),
|
||||
};
|
||||
|
Reference in New Issue
Block a user