Add small performance improvement to album list
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = {
|
||||
'eslint:recommended',
|
||||
'plugin:react/recommended',
|
||||
'plugin:@typescript-eslint/eslint-recommended',
|
||||
'plugin:react-hooks/recommended',
|
||||
// "plugin:@typescript-eslint/recommended"
|
||||
],
|
||||
globals: {
|
||||
@@ -23,7 +24,8 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
'react',
|
||||
'@typescript-eslint'
|
||||
'@typescript-eslint',
|
||||
'react-hooks'
|
||||
],
|
||||
rules: {
|
||||
indent: [
|
||||
|
||||
Reference in New Issue
Block a user