fix: tag placeholder align (#819)
* fix: padding in navigation no-tag-placeholder * fix: lint-staged was disabled * fix: make findArray typesafe
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
"react-dnd-touch-backend": "^14.1.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"app/*.{js,ts,jsx,tsx}": "eslint --cache --fix",
|
||||
"app/*.{js,ts,jsx,tsx,css,md}": "prettier --write"
|
||||
"app/**/*.{js,ts,jsx,tsx}": "eslint --cache --fix",
|
||||
"app/**/*.{js,ts,jsx,tsx,css,md}": "prettier --write"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user