9.8.0 • Published 7 months ago

@isnotdefined/eslint-config v9.8.0

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

ESLint Config

Yet another JavaScript and TypeScript coding standard.

NPM Version License

Installation

npm install @isnotdefined/eslint-config

Usage

Refer the coding standard inside your .eslintrc file:

{
	"extends":
	[
		"@isnotdefined/eslint-config/angular",
		"@isnotdefined/eslint-config/common",
		"@isnotdefined/eslint-config/cypress",
		"@isnotdefined/eslint-config/jest"
	]
}