Skip to content

Instantly share code, notes, and snippets.

@mukhortov
Created July 18, 2018 13:24
Show Gist options
  • Save mukhortov/4205f57d0ab32bac9c2ae315dc94adc9 to your computer and use it in GitHub Desktop.
Save mukhortov/4205f57d0ab32bac9c2ae315dc94adc9 to your computer and use it in GitHub Desktop.
tslint.json for create-react-app
{
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
"rules": {
"object-literal-sort-keys": false,
"ordered-imports": false,
"interface-name": false
},
"linterOptions": {
"exclude": ["config/**/*.js", "node_modules/**/*.ts"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment