JSPM

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

Coffeelint configuration for coffeescript development

Package Exports

  • coffeelint-config-suddi

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 (coffeelint-config-suddi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

coffeelint-config-suddi

CircleCI Codacy Badge npm npm David David license

npm install --save-dev coffeelint-config-suddi

Usage

  • Add the CoffeeLint config to your package.json, for running on your CoffeeScript code:
{
    "scripts": {
        "lint": "coffeelint ."
    },
    "devDependencies": {
        "coffeelint": "^1.0.0",
        "coffeelint-config-suddi": "^1.0.0"
    },
    "coffeelintConfig": {
        "extends": "coffeelint-config-suddi"
    }
}
  • Then apply the linter with npm run lint.