JSPM

  • Created
  • Published
  • Downloads 25527
  • Score
    100M100P100Q141245F

Node Style Guide for Egg.

Package Exports

  • eslint-config-egg

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 (eslint-config-egg) 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-egg

Node Style Guide for Egg.

Usage

package.json

{
  "devDependencies": {
    "eslint-config-egg": "~1.0.0",
    "eslint": "1"
  }
}

Edit .eslintrc

{
  "extends": "@ali/eslint-config-egg"
}