tukumo-n9 / horse-racing-betting-ticket-manager

競馬で購入した馬券の収支を管理するWebアプリ
https://horse-racing-ticket-manager.web.app/
0 stars 0 forks source link
firebase react redux-toolkit tailwindcss typescript

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}