Skip to content

Instantly share code, notes, and snippets.

@zmzhoi
Last active February 10, 2023 15:48
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/0213f162e1d91b4b864e1c0083862c7a to your computer and use it in GitHub Desktop.
Save zmzhoi/0213f162e1d91b4b864e1c0083862c7a to your computer and use it in GitHub Desktop.
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