Skip to content

Instantly share code, notes, and snippets.

@zmzhoi
Last active February 10, 2023 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmzhoi/f303d8f452946dcd51f244d361bad417 to your computer and use it in GitHub Desktop.
Save zmzhoi/f303d8f452946dcd51f244d361bad417 to your computer and use it in GitHub Desktop.
{
"scripts": {
"format": "prettier --check \"**/*.(ts|tsx|cts|mts|js|jsx|cjs|mjs|json|md)\"",
"format:fix": "prettier --write \"**/*.(ts|tsx|cts|mts|js|jsx|cjs|mjs|json|md)\"",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment