1.8.3 • Published 6 months ago
react-avengers-infinity-saga v1.8.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:
- @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
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
toplugin:@typescript-eslint/recommended-type-checked
orplugin:@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 theextends
list
1.8.2
6 months ago
1.8.3
6 months ago
1.7.3
8 months ago
1.8.1
8 months ago
1.8.0
8 months ago
1.7.4
8 months ago
1.7.2
8 months ago
1.7.1
8 months ago
1.7.0
8 months ago
1.6.1
8 months ago
1.6.0
8 months ago
1.5.11
9 months ago
1.5.10
9 months ago
1.5.9
9 months ago
1.5.8
9 months ago
1.5.7
9 months ago
1.5.6
9 months ago
1.5.5
9 months ago
1.5.4
9 months ago
1.5.3
9 months ago
1.5.2
9 months ago
1.5.1
9 months ago
1.5.0
9 months ago
1.4.0
9 months ago