๐Ÿ“ฆ cloudflare / moltworker

๐Ÿ“„ .oxfmtrc.json ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13{
  "$schema": "./node_modules/oxfmt/configuration_schema.json",
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "useTabs": false,
  "trailingComma": "all",
  "printWidth": 100,
  "arrowParens": "always",
  "endOfLine": "lf",
  "ignorePatterns": ["dist", "node_modules"]
}