preprocess()

in packages/eslint-plugin-ali/src/index.js [14:17]


    preprocess(text) {
      // As JS file
      return [`module.exports = ${text}`];
    },