RPG-Engineers / Quiz-RPG

Aplicação Web para tornar mais fácil montar um personagem de rpg de mesa modelo D&D por meio de questionários e sistemas de filtro
https://rpg-engineers.github.io/Quiz-RPG/
MIT License
1 stars 0 forks source link
dnd dnd-tools dnd5e quiz quiz-application rpg rpg-de-mesa rpg-tool tools

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:

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