3.0.0 • Published 8 months ago

@donutteam/eslint-config v3.0.0

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

Donut Team ESLint Config

This is an ESLint config that makes a few basic extensions to eslint:recommended that make your code actually readable.

This configuration can be used for Node.js or Browser targeting code.

Installation

Since this is just a linter config, you probably want to install it with --save-dev:

npm install --save-dev @donutteam/eslint-config

Usage

Simply extend the config within your ESLint config. Here's an example using an .eslintrc.cjs file:

module.exports =
	{
		extends:
			[
				"@donutteam/eslint-config",
			],
	};

License

MIT

3.0.0

8 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

2.0.0

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago