astarva-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.19 • Public • Published

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', './tsconfig.app.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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.194latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.194
1.0.182
1.0.172
1.0.161
1.0.153
1.0.143
1.0.131
1.0.121
1.0.111
1.0.101
1.0.91
1.0.82
1.0.71
1.0.61
1.0.51
1.0.31
1.0.21
1.0.11
1.0.01

Package Sidebar

Install

npm i astarva-ui

Weekly Downloads

29

Version

1.0.19

License

none

Unpacked Size

294 kB

Total Files

30

Last publish

Collaborators

  • hapsync