3.8.2 • Published 21 days ago

@cyco130/eslint-config v3.8.2

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days ago

@cyco130/eslint-config

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

Usage

Install with pnpm install -D @cyco130/eslint-config and create a .eslintrc.cjs file with the following content:

require("@cyco130/eslint-config/patch");

module.exports = {
	root: true,
	extends: ["@cyco130/eslint-config/node"], // or react instead of node
	ignorePatterns: ["node_modules", "dist", "**/*.cjs"],
	parserOptions: { tsconfigRootDir: __dirname },
	settings: {
		"import/resolver": {
			typescript: {
				project: [__dirname + "/tsconfig.json"],
			},
		},
	},
};

Credits and license

3.8.2

21 days ago

3.8.1

21 days ago

3.8.0

21 days ago

3.7.1

1 month ago

3.7.0

2 months ago

3.6.4

3 months ago

3.6.3

3 months ago

3.6.2

3 months ago

3.6.1

4 months ago

3.6.0

4 months ago

3.4.0

7 months ago

3.3.1

9 months ago

3.1.3

10 months ago

3.3.0

10 months ago

3.1.2

10 months ago

3.2.0

10 months ago

3.1.1

10 months ago

3.1.0

10 months ago

3.5.0

6 months ago

3.3.2

9 months ago

3.1.4

10 months ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.1.3

1 year ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago