Skip to content

Instantly share code, notes, and snippets.

@darcien
Last active January 17, 2019 04:53
Show Gist options
  • Save darcien/3fd2986307b2f3bd75345f09ee93de99 to your computer and use it in GitHub Desktop.
Save darcien/3fd2986307b2f3bd75345f09ee93de99 to your computer and use it in GitHub Desktop.
TSLint config for RN
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended",
"tslint-react",
"tslint-plugin-prettier",
"tslint-config-prettier",
"tslint-config-kodefox"
],
"linterOptions": {
"exclude": ["node_modules/**/*", "**/*.js"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment