JSPM

  • Created
  • Published
  • Downloads 56
  • Score
    100M100P100Q61396F
  • License MIT

Yet another JavaScript and TypeScript coding standard

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.

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