UNPKG

create-expo-cljs-app

Version:

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

19 lines (18 loc) 358 B
{ "extends": "@ljharb", "root": true, "rules": { "func-style": 1, "operator-linebreak": [2, "before"], }, "overrides": [ { "files": "test/**", "rules": { "global-require": 0, "max-lines-per-function": 0, "no-negated-condition": 0, }, }, ], }