placeTW / website

The repository for https://placetw.com
https://placetw.com/
0 stars 0 forks source link

PlaceTW Website

The website for Taiwan's r/place community (r/placeTW), built with React + TypeScript + Vite.

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:

   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },