RonaldoSetzer/GAME-Battleship

View on GitHub
.prettierrc

Summary

Maintainability
Test Coverage
{
  "printWidth": 120,
  "tabWidth": 2,
  "overrides": [
    {
      "files": "*.ts",
      "options": {
        "tabWidth": 4
      }
    }
  ],
  "useTabs": false,
  "semi": true,
  "singleQuote": false,
  "trailingComma": "none",
  "bracketSpacing": true
}