Skip to content
View adamsanz's full-sized avatar
💭
Online
💭
Online

Block or report adamsanz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
adamsanz/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

Popular repositories Loading

  1. remote-ai remote-ai Public

    Python

  2. web-ui web-ui Public

    Forked from browser-use/web-ui

    🖥️ Run AI Agent in your browser.

    Python

  3. Upsonic-gpt-computer-assistant Upsonic-gpt-computer-assistant Public

    Forked from lloydchang/Upsonic-gpt-computer-assistant

    Dockerized Computer Use Agents with Production Ready API’s - MCP Client for Langchain - GCA

    Python

  4. friday_jarvis friday_jarvis Public

    Forked from ruxakK/friday_jarvis

    Python

  5. adamsanz adamsanz Public

    TypeScript

  6. OpenVoice OpenVoice Public

    Forked from myshell-ai/OpenVoice

    Instant voice cloning by MIT and MyShell. Audio foundation model.

    Python