3.0.0 • Published 2 years ago

@donutteam/eslint-config v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

2.0.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago