module.exports = {
description: 'top-level `this` expression is rewritten as `undefined`',
options: {
onwarn: () => {}
}
};