Нема описа

satnaing 65005a93cd feat: add tailwind prettier plugin пре 2 година
src 90cd877c48 feat: make sidebar collapsed state in local storage пре 2 година
.eslintrc.cjs 8aad05e80c chore: implement prettier for code formatting пре 2 година
.gitignore 3268ac464f build: init project with Vite пре 2 година
.prettierignore 8aad05e80c chore: implement prettier for code formatting пре 2 година
.prettierrc 65005a93cd feat: add tailwind prettier plugin пре 2 година
LICENSE e8df3b0848 Initial commit пре 2 година
README.md 3268ac464f build: init project with Vite пре 2 година
components.json 914d41a3b5 chore(ui): add and configure shadcn ui пре 2 година
index.html 3268ac464f build: init project with Vite пре 2 година
package.json 65005a93cd feat: add tailwind prettier plugin пре 2 година
pnpm-lock.yaml 65005a93cd feat: add tailwind prettier plugin пре 2 година
postcss.config.js 914d41a3b5 chore(ui): add and configure shadcn ui пре 2 година
tailwind.config.js 914d41a3b5 chore(ui): add and configure shadcn ui пре 2 година
tsconfig.json 914d41a3b5 chore(ui): add and configure shadcn ui пре 2 година
tsconfig.node.json 3268ac464f build: init project with Vite пре 2 година
vite.config.ts 914d41a3b5 chore(ui): add and configure shadcn ui пре 2 година

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'],
    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