{
  "**/*": "prettier --ignore-unknown --ignore-path .gitignore --write",
  "**/*.{js,ts,tsx}": "eslint --fix",
  "**/*.{css}": "stylelint --fix"
}
