UNPKG

eslint-plugin-beautiful-sort

Version:
8 lines 221 B
"use strict"; const sort_imports_rule_1 = require("./rules/sort-imports/sort-imports.rule"); module.exports = { rules: { import: sort_imports_rule_1.sortImportsRule, }, }; //# sourceMappingURL=index.js.map