脚本打包
Some checks failed
build / Build (push) Failing after 6s
test / Run tests (push) Failing after 8s

This commit is contained in:
2025-04-09 22:33:46 +08:00
parent 0d86dae710
commit 259917545e
16 changed files with 540 additions and 125 deletions

View File

@ -3,11 +3,16 @@ import js from "@eslint/js";
import reactHooks from "eslint-plugin-react-hooks";
import reactJsx from "eslint-plugin-react/configs/jsx-runtime.js";
import react from "eslint-plugin-react/configs/recommended.js";
import globals from "globals";
import ts from "typescript-eslint";
export default [
{ languageOptions: { globals: globals.browser } },
{
env: {
browser: true,
es2020: true,
webextensions: true,
},
},
js.configs.recommended,
...ts.configs.recommended,
...fixupConfigRules([