Skip to content
View BRThree's full-sized avatar

Block or report BRThree

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
brthree/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. font-editor-plus font-editor-plus Public

    基于项目fonteditor的重构以及二次开发,该项目将使用Vue3+Vite+Ts+Pinia+element-plus对原项目进行重构,并对其原本的功能进行一定升级

    TypeScript 2 1

  2. live2d live2d Public

    Forked from dylanNew/live2d

    JavaScript 1

  3. react react Public

    Forked from facebook/react

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

    JavaScript 1

  4. 2D-Platform 2D-Platform Public

    Forked from zs8861/2D-Platform

    A 2D-Platform Tutotial

    HTML

  5. vue-element-admin-site vue-element-admin-site Public

    Forked from PanJiaChen/vue-element-admin-site

    📝 The documentation source of vue-element-admin https://panjiachen.github.io/vue-element-admin-site

    Shell

  6. vue-element-admin vue-element-admin Public

    Forked from PanJiaChen/vue-element-admin

    🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin

    Vue