JSPM

@iraiser/eslint-config-base

1.3.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 104
  • Score
    100M100P100Q77971F
  • License MIT

ESLint shareable config for the iRaiser JavaScript style guide.

Package Exports

  • @iraiser/eslint-config-base
  • @iraiser/eslint-config-base/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 (@iraiser/eslint-config-base) 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

Version Download

ESLint shareable config for the iRaiser JavaScript style guide.

Install

npm install @iraiser/eslint-config-base eslint --save-dev

Usage

Create .eslintrc file on root of your project.

{
    "extends": [
        "@iraiser/eslint-config-base"
    ]
}

You can extend the rules with your own config, see ESLint documentation.