UNPKG

angular-eslint

Version:

The tooling which enables ESLint to work with Angular projects

12 lines (11 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (plugin, parser) => ({ name: 'angular-eslint/template-base', languageOptions: { parser, }, plugins: { '@angular-eslint/template': plugin, }, });