UNPKG

@chouquette/gleam

Version:

[Gleam](https://gleam.run) is a functional language that compiles to JavaScript! More information can be found [in the documentation](https://gleam.run/documentation/) directly, to get you started!

12 lines (11 loc) 289 B
{ "printWidth": 80, "semi": false, "singleQuote": true, "arrowParens": "avoid", "trailingComma": "es5", "importOrder": ["^\\@.*$", "^[^@\\.].*$", "^\\..*$"], "importOrderSortSpecifiers": true, "plugins": ["@trivago/prettier-plugin-sort-imports"], "proseWrap": "always" }