tendermint-rpc: Remove tslint

This commit is contained in:
willclarktech
2020-06-24 12:10:54 +02:00
parent caf5ff7ce8
commit 497ceb1eef
2 changed files with 1 additions and 4 deletions
+1 -1
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",
-3
View File
@@ -1,3 +0,0 @@
{
"extends": "../../tslint.json"
}