Go to file
Batyr b3698535bd build 2025-02-14 19:15:58 +05:00
dist build 2025-02-14 19:15:58 +05:00
public changed flag 2025-02-08 12:50:39 +05:00
src build 2025-02-14 15:50:59 +05:00
.gitignore build 2025-01-29 14:35:35 +05:00
README.md first commit 2025-01-29 13:40:10 +05:00
components.json start 2025-01-29 13:40:38 +05:00
eslint.config.js start 2025-01-29 13:40:38 +05:00
index.html added seo counter 2025-02-14 17:26:53 +05:00
package-lock.json en lang added 2025-02-07 18:39:14 +05:00
package.json commit 2025-02-14 15:48:27 +05:00
pnpm-lock.yaml commit 2025-02-14 15:48:27 +05:00
postcss.config.js start 2025-01-29 13:40:38 +05:00
tailwind.config.js added surface_bg 2025-01-31 17:57:31 +05:00
tsconfig.app.json start 2025-01-29 13:40:38 +05:00
tsconfig.json start 2025-01-29 13:40:38 +05:00
tsconfig.node.json start 2025-01-29 13:40:38 +05:00
vite.config.ts build 2025-02-10 16:50:31 +05:00

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:
export default tseslint.config({
  languageOptions: {
    // other options...
    parserOptions: {
      project: ['./tsconfig.node.json', './tsconfig.app.json'],
      tsconfigRootDir: import.meta.dirname,
    },
  },
})
  • 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:
// eslint.config.js
import react from 'eslint-plugin-react'

export default tseslint.config({
  // Set the react version
  settings: { react: { version: '18.3' } },
  plugins: {
    // Add the react plugin
    react,
  },
  rules: {
    // other rules...
    // Enable its recommended rules
    ...react.configs.recommended.rules,
    ...react.configs['jsx-runtime'].rules,
  },
})

#<23> <20>t<EFBFBD>u<EFBFBD>r<EFBFBD>k<EFBFBD>m<EFBFBD>e<EFBFBD>n<EFBFBD>-<2D>t<EFBFBD>e<EFBFBD>x<EFBFBD>t<EFBFBD>i<EFBFBD>l<EFBFBD>e<EFBFBD>-<2D>r<EFBFBD>e<EFBFBD>a<EFBFBD>c<EFBFBD>t<EFBFBD> <0A> <0A>