UNPKG

@o3r/eslint-plugin

Version:

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

12 lines (11 loc) 382 B
{ "$schema": "https://raw.githubusercontent.com/angular/angular-cli/main/packages/angular_devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add Otter eslint-plugin to the project.", "factory": "./schematics/ng-add/index#ngAdd", "schema": "./schematics/ng-add/schema.json", "aliases": ["install", "i"] } } }