UNPKG

@o3r/eslint-plugin

Version:

The module provides in-house eslint plugins to use in your own eslint configuration.

11 lines 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ngAdd = ngAdd; /** * Add Otter eslint-plugin to an Angular Project */ function ngAdd() { /* ng add rules */ return () => { }; } //# sourceMappingURL=index.js.map