Searched refs:overrideProperties (Results 1 – 4 of 4) sorted by relevance
2 var overrideProperties = require('./override-properties'); variable32 if (withOverriding && levelOptions.overrideProperties) {33 overrideProperties(_properties, withMerging, context.options.compatibility, context.validator);
248 function overrideProperties(properties, withMerging, compatibility, validator) { function484 module.exports = overrideProperties;
43 overrideProperties: true, property
409 …overrideProperties: true, // controls property overriding based on understandability; defaults to …