5.0.0 • Published 8 months ago

@cyco130/eslint-config v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@cyco130/eslint-config

This is a set of reusable ESLint configurations for Fatih Aygün's personal projects.

Compatibility

Version 5.x.x only supports ESLint 9 and flat configs. Use version 4.x.x for ESLint 8 and legacy configs.

Usage

Install with pnpm install -D @cyco130/eslint-config and create a file named eslint.config.js (or .mjs if you don't have "type": "module" in your package.json) with the following content:

import config from "@cyco130/eslint-config/node"; // or "@cyco130/eslint-config/react"

/** @type {typeof config} */
export default [
	...config,
	{
		// Add your own ignores here
		ignores: ["dist/", "node_modules/"],
	},
	{
		languageOptions: {
			parserOptions: {
				projectService: true,
				// @ts-expect-error: remove this directive if you have Node type definitions in your project
				tsconfigRootDir: import.meta.dirname,
			},
		},
	},
];

Credits and license

5.0.0

8 months ago

4.0.1

9 months ago

4.0.0

9 months ago

3.9.6

10 months ago

3.9.5

10 months ago

3.9.3

11 months ago

3.9.2

11 months ago

3.9.1

1 year ago

3.9.0

1 year ago

3.9.4

11 months ago

3.8.2

1 year ago

3.8.1

1 year ago

3.8.0

1 year ago

3.7.1

1 year ago

3.7.0

1 year ago

3.6.4

1 year ago

3.6.3

1 year ago

3.6.2

1 year ago

3.6.1

1 year ago

3.6.0

2 years ago

3.4.0

2 years ago

3.3.1

2 years ago

3.1.3

2 years ago

3.3.0

2 years ago

3.1.2

2 years ago

3.2.0

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.5.0

2 years ago

3.3.2

2 years ago

3.1.4

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.1.3

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago