This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@donutteam/eslint-config

3.0.0 • Public • Published

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

Dependents (1)

Package Sidebar

Install

npm i @donutteam/eslint-config

Weekly Downloads

0

Version

3.0.0

License

MIT

Unpacked Size

4.95 kB

Total Files

4

Last publish

Collaborators

  • duckdotexe