clicker

0

Описание

Языки

  • TypeScript38%
  • CSS36,2%
  • JavaScript10,5%
  • Dockerfile10,2%
  • HTML5,1%
2 года назад
год назад
2 года назад
год назад
2 года назад
2 года назад
2 года назад
2 года назад
год назад
2 года назад
2 года назад
2 года назад
README.md

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:

  • Configure the top-level
    parserOptions
    property like this:
  • Replace
    tseslint.configs.recommended
    to
    tseslint.configs.recommendedTypeChecked
    or
    tseslint.configs.strictTypeChecked
  • Optionally add
    ...tseslint.configs.stylisticTypeChecked
  • Install eslint-plugin-react and update the config: