You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
512 B

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const angular_1 = tslib_1.__importDefault(require("./src/flat-configs/angular"));
const angular_template_1 = tslib_1.__importDefault(require("./src/flat-configs/angular-template"));
const plugin = {
configs: {
angular: angular_1.default,
'angular-template': angular_template_1.default,
},
rules: {},
};
// ESM
exports.default = plugin;
// CommonJS
module.exports = plugin;