access-sniff
Version:
A node/iojs library & CLI for HTML_Codesniffer
22 lines (20 loc) • 379 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var defaultOptions = {
ignore: [],
verbose: true,
force: false,
browser: false,
domElement: true,
reportLevels: {
notice: true,
warning: true,
error: true
},
reportLocation: '',
accessibilityLevel: 'WCAG2A',
maxBuffer: 500 * 1024
};
exports.default = defaultOptions;
;