Go to file
user 060785a11a purchaseContent edit query 2025-03-05 10:09:04 +03:00
public authTwa, router udpate > protectedLayout 2025-02-27 04:41:09 +06:00
src purchaseContent edit query 2025-03-05 10:09:04 +03:00
.gitignore sentry env modes, /viewContent disconnect button, env 2025-02-18 22:25:15 +06:00
README.md dev@locazia: mik ver 2024-03-28 01:26:43 +03:00
index.html deploy commit 2025-02-28 19:37:44 +03:00
package-lock.json chunk upload, modals, env update 2025-02-28 21:49:36 +06:00
package.json sentry, /viewContent /uploadContent modals, /uploadContent buttons 2025-02-18 18:03:15 +06:00
postcss.config.js Locazia: v2.0 (dev beta) 2024-03-04 23:36:45 +03:00
prettier.config.cjs Locazia: v2.0 (dev beta) 2024-03-04 23:36:45 +03:00
tailwind.config.ts Locazia: v2.0 (dev beta) 2024-03-04 23:36:45 +03:00
tsconfig.json Locazia: v2.0 (dev beta) 2024-03-04 23:36:45 +03:00
tsconfig.node.json Locazia: v2.0 (dev beta) 2024-03-04 23:36:45 +03:00
vercel.json dev@locazia: mik ver 2024-03-28 01:26:43 +03:00
vite.config.ts tg buttons /viewContent, tags, validation address form and more /uploadContent 2025-02-01 19:17:40 +06:00
yarn.lock chunk upload, modals, env update 2025-02-28 21:49:36 +06: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 {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list