{
  "tabWidth": 2,
  "printWidth": 120,
  "singleQuote": true,
  "arrowParens": "always",
  "trailingComma": "all",
  "sortPackageJson": false,
  "ignorePatterns": [
    ".next/",
    "build/",
    "coverage/",
    "node_modules/",
    "packages/scrabble-solver/public/service-worker.js",
    "/.nx/cache",
    "/.nx/workspace-data"
  ]
}
