{
"src/*.{json,less}": [
"prettier --write --config ./.prettierrc.json"
],
"./**/*.js": [
"./**/*.{ts,tsx}": [
"eslint --fix",
]
}