summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/source-code/index.js
blob: 76e27869f321ac2dacb7d90f3a0ee598389791e2 (plain)
1
2
3
4
5
"use strict";

module.exports = {
    SourceCode: require("./source-code")
};