Created
April 20, 2019 17:12
-
-
Save hskang9/89d42abeb4d96207cd3619651dbb761d to your computer and use it in GitHub Desktop.
linter for typescript
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": "@polkadot/dev/config/tslint", | |
"linterOptions": { | |
"exclude": "packages/**/src/**/*.json" | |
}, | |
"rules": { | |
"completed-docs": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment