Skip to content
View underwoodarturo's full-sized avatar

Block or report underwoodarturo

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.

Content in all repositories owned by your account will be closed.
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
underwoodarturo/README.md

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some Oxlint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the Oxlint configuration

If you are developing a production application, we recommend enabling type-aware lint rules by installing oxlint-tsgolint and editing .oxlintrc.json:

{
  "$schema": "./node_modules/oxlint/configuration_schema.json",
  "plugins": ["react", "typescript", "oxc"],
  "options": {
    "typeAware": true
  },
  "rules": {
    "react/rules-of-hooks": "error",
    "react/only-export-components": ["warn", { "allowConstantExport": true }]
  }
}

See the Oxlint rules documentation for the full list of rules and categories.

Popular repositories Loading

  1. ChatLLM-Web ChatLLM-Web Public

    JavaScript 1

  2. angular-load angular-load Public

    Forked from urish/angular-load

    Dynamically load scripts and css stylesheets in your Angular.JS app

    JavaScript

  3. node_rest_api_mysql node_rest_api_mysql Public

    Forked from brianschardt/node_rest_api_mysql

    JavaScript

  4. ng-client ng-client Public

    Forked from brianschardt/ng-client

    angular client that uses JWT for authentication and Bamfstore for handling data

    TypeScript

  5. node-hubspot node-hubspot Public

    Forked from HGData/mk-node-hubspot

    Node wrapper for the HubSpot API

    JavaScript

  6. backbone.modal backbone.modal Public

    Forked from awkward/backbone.modal

    A plugin for Backbone.js that simplifies creating modals for your application.

    JavaScript