Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

GizmoDevelopment/eslint-plugin

Repository files navigation

Installation

npm i -D @gizmo-dev/eslint-plugin

And in your ESLint config file, import the module:

import { configs } from "@gizmo-dev/eslint-plugin";

Importing specific configs

JavaScript

export default [
	...configs.js,
	// The rest of your config
];

TypeScript

export default [
	...configs.ts,
	// The rest of your config
];

Vue 3

export default [
	...configs.vue,
	// The rest of your config
];

About

ESLint rulesets for Gizmo projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •