Remove tslint

This commit is contained in:
Simon Warta
2020-02-19 09:37:05 +01:00
parent 74db239571
commit 4b7a060a4b
17 changed files with 11 additions and 110 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"scripts": {
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"",
"format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"",
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\" && tslint -t verbose --project .",
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
"build": "tsc",
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",
"selftest": "yarn build-or-skip && ./bin/cosmwasm-cli --selftest",