1.0.0-beta.29 • Published 4 months ago

@curbcut/map v1.0.0-beta.29

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

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 tseslint.config({
  languageOptions: {
    // other options...
    parserOptions: {
      project: ['./tsconfig.node.json', './tsconfig.app.json'],
      tsconfigRootDir: import.meta.dirname,
    },
  },
})
  • Replace tseslint.configs.recommended to tseslint.configs.recommendedTypeChecked or tseslint.configs.strictTypeChecked
  • Optionally add ...tseslint.configs.stylisticTypeChecked
  • Install eslint-plugin-react and update the config:
// eslint.config.js
import react from 'eslint-plugin-react'

export default tseslint.config({
  // Set the react version
  settings: { react: { version: '18.3' } },
  plugins: {
    // Add the react plugin
    react,
  },
  rules: {
    // other rules...
    // Enable its recommended rules
    ...react.configs.recommended.rules,
    ...react.configs['jsx-runtime'].rules,
  },
})
1.0.0-beta.29

4 months ago

1.0.0-beta.28

5 months ago

1.0.0-beta.27

5 months ago

1.0.0-beta.26

5 months ago

1.0.0-beta.25

5 months ago

1.0.0-beta.23

5 months ago

1.0.0-beta.22

6 months ago

1.0.0-beta.21

6 months ago

1.0.0-beta.20

6 months ago

1.0.0-beta.19

6 months ago

1.0.0-beta.18

6 months ago

1.0.0-beta.17

6 months ago

1.0.0-beta.16

6 months ago

1.0.0-beta.15

6 months ago

1.0.0-beta.14

6 months ago

1.0.0-beta.13

6 months ago

1.0.0-beta.12

6 months ago

1.0.0-beta.11

7 months ago

1.0.0-beta.10

7 months ago

1.0.0-beta.9

8 months ago

1.0.0-beta.8

9 months ago

1.0.0-beta.7

9 months ago

1.0.0-beta.6

9 months ago

1.0.0-beta.5

10 months ago

1.0.0-beta.3

10 months ago

1.0.0-beta.2

10 months ago

1.0.0-beta.1

10 months ago

1.0.0-beta.0

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago