saneef/metalsmith-hyphenate

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage
{
  "env": {
    "node": true
  },
  "rules": {
    "indent": [2, 2],
    "quotes": [
      2,
      "single",
      "avoid-escape"
    ]
  }
}