12345678910/** @type {import("oxlint").Plugin} */const plugin = { meta: { name: "bombshell-dev", }, rules: {},}; export default plugin;