UNPKG

angular-eslint

Version:

The tooling which enables ESLint to work with Angular projects

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