dependabot[bot] 149b679492
Bump postcss from 8.4.29 to 8.4.31 in /frontend
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 14:29:04 +00:00
..
2023-09-17 00:46:56 +08:00
2023-10-05 22:27:48 +08:00
2023-09-19 22:37:27 +08:00
2023-09-17 00:46:56 +08:00
2023-09-17 00:46:56 +08:00
2023-10-03 21:05:59 +08:00
2023-10-05 22:27:48 +08:00
2023-09-17 00:46:56 +08:00
2023-09-17 00:46:56 +08:00
2023-09-17 00:46:56 +08:00
2023-09-17 00:46:56 +08:00

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:
   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