Skip to main content
Home

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
23%
Published
a year ago (0.0.3)

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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@gtel/pandaria

Import symbol

import * as pandaria from "@gtel/pandaria";
or

Import directly with a jsr specifier

import * as pandaria from "jsr:@gtel/pandaria";

Add Package

pnpm i jsr:@gtel/pandaria
or (using pnpm 10.8 or older)
pnpm dlx jsr add @gtel/pandaria

Import symbol

import * as pandaria from "@gtel/pandaria";

Add Package

yarn add jsr:@gtel/pandaria
or (using Yarn 4.8 or older)
yarn dlx jsr add @gtel/pandaria

Import symbol

import * as pandaria from "@gtel/pandaria";

Add Package

vlt install jsr:@gtel/pandaria

Import symbol

import * as pandaria from "@gtel/pandaria";

Add Package

npx jsr add @gtel/pandaria

Import symbol

import * as pandaria from "@gtel/pandaria";

Add Package

bunx jsr add @gtel/pandaria

Import symbol

import * as pandaria from "@gtel/pandaria";