Go to file
Batyr 47f36f7ed3 build 2025-05-26 17:22:31 +05:00
dist build 2025-05-26 17:22:31 +05:00
public changes 2025-05-23 17:47:18 +05:00
src renamed texts 2025-05-26 17:21:45 +05:00
.gitignore build 2025-01-29 14:35:35 +05:00
README.md changes 2025-05-23 17:47:18 +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 build 2025-02-20 17:14:09 +05:00
package-lock.json en lang added 2025-02-07 18:39:14 +05:00
package.json added partners 2025-02-26 17:14:27 +05:00
pnpm-lock.yaml added partners 2025-02-26 17:14:27 +05:00
postcss.config.js start 2025-01-29 13:40:38 +05:00
tailwind.config.js commit 2025-02-17 16:23:09 +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>