Pierre Noël b6a5e78fe3 fix bad nesting
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:47:19 +02:00

8 lines
261 B
JavaScript

const checkFieldsAreCorrectlyNested = require('./check-fields-are-correctly-nested');
const checkFieldsDontHaveDuplicates = require('./check-fields-dont-have-duplicates');
module.exports = {
checkFieldsAreCorrectlyNested,
checkFieldsDontHaveDuplicates,
};