Skip to content

Commit

Permalink
feat: add album page with hardcoded album
Browse files Browse the repository at this point in the history
  • Loading branch information
mparramont committed Apr 15, 2023
1 parent bc1b0aa commit 4085123
Show file tree
Hide file tree
Showing 10 changed files with 531 additions and 14 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ module.exports = {
plugins: ['react', '@typescript-eslint'],
rules: {
'@typescript-eslint/no-explicit-any': 'error',
'no-console': ['error', { allow: ['error'] }]
'@typescript-eslint/no-use-before-define': 'off',
'no-console': ['error', { allow: ['error'] }],
'no-alert': 'off',
'import/prefer-default-export': 'off'
}
}
139 changes: 139 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"sort-by": "^1.2.0",
"styled-components": "^5.3.9",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down Expand Up @@ -48,6 +49,7 @@
},
"devDependencies": {
"@types/sort-by": "^1.2.0",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down
Loading

0 comments on commit 4085123

Please sign in to comment.