@isnotdefined/eslint-config
v9.8.0
Published
Yet another JavaScript and TypeScript coding standard
Downloads
1,134
Maintainers
Readme
ESLint Config
Yet another JavaScript and TypeScript coding standard.
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"
]
}