Last active
February 10, 2023 15:48
-
-
Save zmzhoi/0213f162e1d91b4b864e1c0083862c7a 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
module.exports = { | |
'src/**/*.{js,jsx,mjs,cjs,ts,tsx,mts,cts}': 'eslint --cache', | |
'src/**/*.{ts,tsx,mts,cts}': ['tsc-files --noEmit', 'eslint --cache'], | |
'src/**/*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,json,md,css}': 'prettier --write ', | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment