Skip to content

Instantly share code, notes, and snippets.

@AllGistsEqual
Last active January 4, 2021 11:50
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 AllGistsEqual/8b5fc3f265902011133f2922bf54d4d9 to your computer and use it in GitHub Desktop.
Save AllGistsEqual/8b5fc3f265902011133f2922bf54d4d9 to your computer and use it in GitHub Desktop.
"scripts": {
...
"lint": "tsc --noEmit && eslint --ext .js,.jsx,.ts,.tsx ./ || true",
"fix": "tsc --noEmit && eslint --fix --ext .js,.jsx,.ts,.tsx ./ || true",
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment