mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-03-07 16:53:07 +08:00
10 lines
154 B
JavaScript
10 lines
154 B
JavaScript
"use strict";
|
|
|
|
const { ESLint } = require("./eslint");
|
|
const { FlatESLint } = require("./flat-eslint");
|
|
|
|
module.exports = {
|
|
ESLint,
|
|
FlatESLint
|
|
};
|