Last active
February 10, 2023 15:01
-
-
Save zmzhoi/f303d8f452946dcd51f244d361bad417 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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