mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 06:30:10 +08:00
8 lines
89 B
JavaScript
8 lines
89 B
JavaScript
"use strict";
|
|
|
|
const { ESLint } = require("./eslint");
|
|
|
|
module.exports = {
|
|
ESLint
|
|
};
|