Skip to content

Commit

Permalink
Minimal proof of concept
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianCassayre committed Aug 5, 2023
1 parent f0f809b commit 49b6d50
Show file tree
Hide file tree
Showing 11 changed files with 374 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module.exports = {
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended-type-checked',
'plugin:@typescript-eslint/stylistic-type-checked',
'plugin:react-hooks/recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
//'plugin:@typescript-eslint/recommended-type-checked',
'plugin:@typescript-eslint/stylistic-type-checked',
'prettier', // Must come last
],
settings: {
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ dist-ssr
*.njsproj
*.sln
*.sw?

genealogy/
genealogy.ged
public/data/*.json
Loading

0 comments on commit 49b6d50

Please sign in to comment.