mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 14:19:29 +08:00
9 lines
154 B
Text
9 lines
154 B
Text
"use strict";
|
|
|
|
const { ESLint } = require("./eslint");
|
|
const { FlatESLint } = require("./flat-eslint");
|
|
|
|
module.exports = {
|
|
ESLint,
|
|
FlatESLint
|
|
};
|