Skip to content
View arcaderob's full-sized avatar

Block or report arcaderob

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
arcaderob/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. okstate-plugin-camera-overlay okstate-plugin-camera-overlay Public

    Forked from wkevina/okstate-plugin-camera-overlay

    Cordova camera plugin extension to include translucent overlay image

    Objective-C

  2. TvBacklight TvBacklight Public

    Code that is used for the TV backlight

    Arduino

  3. cordova-plugin-local-notifications cordova-plugin-local-notifications Public

    Forked from spk0611/cordova-plugin-local-notifications

    Cordova Local-Notification Plugin

    Java

  4. form-data form-data Public

    Forked from form-data/form-data

    A module to create readable `"multipart/form-data"` streams. Can be used to submit forms and file uploads to other web applications.

    JavaScript

  5. node-restify node-restify Public

    Forked from restify/node-restify

    node.js REST framework specifically meant for web service APIs

    JavaScript

  6. ArcadeRobAPI ArcadeRobAPI Public

    arcaderob.com api

    JavaScript