Skip to content

Commit

Permalink
Merge pull request #252 from kazizi55/feature/add-contributor-list-to…
Browse files Browse the repository at this point in the history
…-each-page

docs: add contributor section
  • Loading branch information
fabian-hiller authored Dec 6, 2023
2 parents 28c174a + b9de6b8 commit ae178eb
Show file tree
Hide file tree
Showing 203 changed files with 952 additions and 23 deletions.
286 changes: 286 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions website/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ module.exports = {
'@typescript-eslint/no-this-alias': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'prefer-spread': 'off',
'no-case-declarations': 'off',
'no-console': 'off',
'@typescript-eslint/no-unused-vars': ['error'],
'@typescript-eslint/consistent-type-imports': 'warn',
'@typescript-eslint/no-unnecessary-condition': 'warn',
'no-case-declarations': 'off',
'no-console': 'off',
'prefer-spread': 'off',
'qwik/jsx-img': 'off',
},
};
Loading

0 comments on commit ae178eb

Please sign in to comment.