mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 13:10:58 +00:00
12 lines
179 B
JavaScript
12 lines
179 B
JavaScript
"use strict";
|
|
|
|
const { Linter } = require("./linter");
|
|
const SourceCodeFixer = require("./source-code-fixer");
|
|
|
|
module.exports = {
|
|
Linter,
|
|
|
|
// For testers.
|
|
SourceCodeFixer,
|
|
};
|