Следите за новостями GitVerse в нашем телеграм-канале

saga_some_example

Форк
0

README.md

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

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.