lib/utils/get-matched-rule.js (7 lines of code) (raw):
/* eslint-disable global-require */
let getMatchedRule = null;
try {
getMatchedRule = require('./get-matched-rule-4');
} catch (e) {
getMatchedRule = require('./get-matched-rule-5');
}
module.exports = getMatchedRule;