Skip to content

Commit

Permalink
feat: refurbishing gene details page (#229) (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Nov 28, 2023
1 parent ce8ab52 commit 40daa26
Show file tree
Hide file tree
Showing 95 changed files with 4,187 additions and 2,680 deletions.
7 changes: 5 additions & 2 deletions frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ require('@rushstack/eslint-patch/modern-module-resolution')
module.exports = {
root: true,
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/typescript/recommended',
'plugin:vue/vue3-recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier/skip-formatting'
],
rules: {
"@typescript-eslint/no-explicit-any": "off",
},
parserOptions: {
ecmaVersion: 'latest'
}
Expand Down
4 changes: 4 additions & 0 deletions frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ ci: \
.PHONY: serve
serve:
MODE=development npm run dev

.PHONY: serve-public
serve-public:
MODE=development npm run dev-public
Loading

0 comments on commit 40daa26

Please sign in to comment.