UNPKG

core-native

Version:

A lightweight framework based on React Native + Redux + Redux Saga, in strict TypeScript.

13 lines (10 loc) 219 B
// @ts-check /** @type {import("prettier").Options} */ const config = { tabWidth: 4, printWidth: 200, trailingComma: "es5", bracketSpacing: false, arrowParens: "avoid", }; module.exports = config;