UNPKG

@chowdhury/vite-react-redux-ts-starter

Version:

A starter template for React with Typescript using Vite and Redux

9 lines (7 loc) 144 B
/** @type {import("prettier").Config} */ const config = { trailingComma: "es5", tabWidth: 4, semi: true, singleQuote: true, };