wtetsu/mouse-dictionary

View on GitHub
.prettierrc.json

Summary

Maintainability
Test Coverage
{
  "printWidth": 125,
  "overrides": [
    {
      "files": ["*.json", "*.json5"],
      "options": {
        "printWidth": 80
      }
    }
  ]
}