eslint-config-redaxmedia

Yet another JavaScript and TypeScript coding standard


Keywords
javascript, typescript, coding, standard
License
MIT
Install
npm install eslint-config-redaxmedia@4.3.0

Documentation

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"
	]
}