UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

10 lines 316 B
import { FileAddRemoveRule } from "./FileAddRemoveRule.js"; export class FN015003_FILE_tslint_json extends FileAddRemoveRule { constructor(add, contents) { super('./tslint.json', add, contents); } get id() { return 'FN015003'; } } //# sourceMappingURL=FN015003_FILE_tslint_json.js.map