Skip to content

Commit

Permalink
lots of css fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SomewhatMay committed Mar 8, 2024
1 parent 72efc6b commit 1edbfd7
Show file tree
Hide file tree
Showing 13 changed files with 2,665 additions and 57 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ module.exports = {
parser: '@typescript-eslint/parser'
}
}
]
],
rules: {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off"
}
};
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cSpell.words": [
"Arctos",
"Calvera"
]
}
Loading

0 comments on commit 1edbfd7

Please sign in to comment.