tendermint-rpc: Remove tslint

This commit is contained in:
willclarktech 2020-06-15 16:49:49 +01:00
parent caf5ff7ce8
commit 497ceb1eef
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 1 additions and 4 deletions

View File

@ -22,7 +22,7 @@
},
"scripts": {
"docs": "shx rm -rf docs && typedoc --options typedoc.js",
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\" && tslint -t verbose --project .",
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"",
"format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"",
"test-node": "node jasmine-testrunner.js",

View File

@ -1,3 +0,0 @@
{
"extends": "../../tslint.json"
}