Skip to content

Instantly share code, notes, and snippets.

@hskang9
Created April 20, 2019 17:12
Show Gist options
  • Save hskang9/89d42abeb4d96207cd3619651dbb761d to your computer and use it in GitHub Desktop.
Save hskang9/89d42abeb4d96207cd3619651dbb761d to your computer and use it in GitHub Desktop.
linter for typescript
{
"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