- Implemented ExpiryItemService to manage expiry date logic for list items. - Created ExpiryModels to define types and structures for expiry configurations and rules. - Added RestError utility for handling API response errors. - Developed ExpiryIndicatorFieldCustomizer to display expiry information in list views. - Introduced ExpiryIndicatorCommandSet for extending expiry dates and managing settings. - Added settings dialog for configuring expiry settings. - Implemented localization support for English and German languages. - Added TypeScript configuration files for project setup. - Included TSLint configuration for code quality enforcement.
9 lines
159 B
JSON
9 lines
159 B
JSON
{
|
|
"extends": "./node_modules/@microsoft/sp-tslint-rules/base-tslint.json",
|
|
"rules": {
|
|
"no-any": false,
|
|
"no-string-based-set-timeout": false
|
|
}
|
|
}
|
|
|