4.0.0 • Published 1 month ago

@gizmo-dev/eslint-plugin v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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
];
4.0.0

1 month ago

3.3.8

8 months ago

3.3.7

9 months ago

3.3.6

10 months ago

3.3.5

11 months ago

3.3.4

12 months ago

3.3.3

1 year ago

3.3.2

1 year ago

3.3.1

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.0

3 years ago