Created
July 18, 2018 13:24
-
-
Save mukhortov/4205f57d0ab32bac9c2ae315dc94adc9 to your computer and use it in GitHub Desktop.
tslint.json for create-react-app
This file contains hidden or 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
Show hidden characters
{ | |
"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