JSPM

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

ESLint shareable config for the Google style

Package Exports

  • eslint-config-google

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-google) 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-google Build Status

ESLint shareable config for the Google style

Install

$ npm install --save-dev eslint eslint-config-google

Usage

Add some ESLint config to your package.json:

{
    "scripts": {
        "lint": "eslint ."
    },
    "devDependencies": {
        "eslint": "^1.5.0",
        "eslint-config-google": "^0.1.0"
    },
    "eslintConfig": {
        "extends": "google"
    }
}

Then just lint with $ npm run lint.

License

MIT © Sindre Sorhus