Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ export default defineConfig([
pluginReact.configs.flat.recommended,
{ files: ["**/*.md"], plugins: { markdown }, language: "markdown/commonmark", extends: ["markdown/recommended"] },
{ files: ["**/*.css"], plugins: { css }, language: "css/css", extends: ["css/recommended"] },

]);

179 changes: 98 additions & 81 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"devDependencies": {
"@eslint/css": "^0.9.0",
"@eslint/js": "^9.29.0",
"@eslint/js": "^9.30.1",
"@eslint/markdown": "^6.6.0",
"eslint": "^9.29.0",
"eslint": "^9.30.1",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.2.0",
"globals": "^16.3.0",
"prettier": "^3.6.1",
"typescript-eslint": "^8.35.0"
"typescript-eslint": "^8.35.1"
}
}
3 changes: 3 additions & 0 deletions public/img/Vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/img/pokeball.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading