Package Exports
- @isnotdefined/eslint-config
- @isnotdefined/eslint-config/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@isnotdefined/eslint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ESLint Config
Yet another JavaScript and TypeScript coding standard.
Installation
npm install @isnotdefined/eslint-configUsage
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"
]
}