UNPKG

@syncfusion/ej2-calendars

Version:

A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.

17 lines 486 B
//Config file for Accessibility-Checker module.exports = { ruleArchive: "18March2024", policies: ["WCAG_2_1","IBM_Accessibility"], failLevels: ["violation", "potentialviolation"], reportLevels: [ "violation", "potentialviolation", "recommendation", "potentialrecommendation", "manual", "pass", ], outputFormat: ["html","json"], label: [process.env.TRAVIS_BRANCH], outputFolder:"accessibility-reports", };