JSPM

@iraiser/eslint-config-base

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 92
  • Score
    100M100P100Q78067F
  • License MIT

ESLint shareable config for the iRaiser CSS style guide.

Package Exports

  • @iraiser/eslint-config-base

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 CSS 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.