UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

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