UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

10 lines 318 B
import { DependencyRule } from "./DependencyRule.js"; export class FN002024_DEVDEP_eslint extends DependencyRule { constructor(options) { super({ ...options, packageName: 'eslint', isDevDep: true }); } get id() { return 'FN002024'; } } //# sourceMappingURL=FN002024_DEVDEP_eslint.js.map