2.4.21 • Published 8 months ago
@biryanihouse/dashboard v2.4.21
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:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
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
parserOptionsproperty like this:
export default {
// other rules...
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},
}- Replace
plugin:@typescript-eslint/recommendedtoplugin:@typescript-eslint/recommended-type-checkedorplugin:@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-runtimeto theextendslist
2.4.21
8 months ago
2.4.20
8 months ago
2.4.19
8 months ago
2.4.18
8 months ago
2.4.17
8 months ago
2.4.16
8 months ago
2.4.15
8 months ago
2.4.14
8 months ago
2.4.13
9 months ago
2.4.11
9 months ago
2.4.10
9 months ago
2.4.9
9 months ago
2.4.8
9 months ago
2.4.7
9 months ago
2.4.5
9 months ago
2.4.3
9 months ago
2.4.2
9 months ago
2.4.1
9 months ago
2.4.0
9 months ago