@syncfusion/ej2-navigations
Version:
A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another
17 lines • 486 B
JavaScript
//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",
};