Qortal extension for Google Chrome, and other Chromium-based Browsers. Allows wallet and games, and more in the future! https://qortal.dev
Go to file
2025-01-22 10:00:04 +02:00
public update version 2025-01-22 10:00:04 +02:00
src fixes 2025-01-22 03:40:23 +02:00
.eslintrc.cjs fixes: minting 2025-01-16 15:09:44 +02:00
.gitignore first commit 2024-04-14 14:57:30 +03:00
dist.zip Merge branch 'master' into feature/buyorders 2024-07-18 11:31:49 -04:00
index.html fix navigation of app tabs 2024-10-27 14:53:28 +02:00
package-lock.json added minting page 2025-01-03 15:15:52 +02:00
package.json added minting page 2025-01-03 15:15:52 +02:00
README.md first commit 2024-04-14 14:57:30 +03:00
tsconfig.json first commit 2024-04-14 14:57:30 +03:00
tsconfig.node.json first commit 2024-04-14 14:57:30 +03:00
vite.config.ts Fixed websockets chat message limit bug 2024-09-30 14:56:06 +03:00

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