UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

15 lines (13 loc) 191 B
module.exports = { printWidth: 80, trailingComma: "all", singleQuote: false, overrides: [ { files: "*.md", options: { printWidth: 60, }, }, ], };