npm i -D @gizmo-dev/eslint-plugin
And in your ESLint config file, import the module:
import { configs } from "@gizmo-dev/eslint-plugin";export default [
...configs.js,
// The rest of your config
];export default [
...configs.ts,
// The rest of your config
];export default [
...configs.vue,
// The rest of your config
];