Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-03-24 18:34:33 +0300
committerGitHub <noreply@github.com>2017-03-24 18:34:33 +0300
commit06d15b17020e3ccc39f29862195b1ac38ba2ee85 (patch)
treeefada2182d15dde99160032ddb3c3833cb10d4a5 /package.json
parentac51b4b11864d5d2fb0f29c2fdbdc48bb5fe99bb (diff)
Detail refactoring part 1 (#456)
* refactor details to a certain degree * pull out templating stuff * add safe by default for templating * actually render description * more cleanup * get rid of migration code * more cleanup * only run tslint on travis * update lint for travis * remove escape html method in favor of innerText * simplify js by moving things into python * Add test and fix templating * make tpl api easier * fix lint * refactor some more * get rid of non tracked files * fix lint
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json
index 350139f123..df1785e0e5 100644
--- a/package.json
+++ b/package.json
@@ -26,8 +26,6 @@
"karma-jasmine": "^1.1.0",
"karma-webpack": "^2.0.3",
"ts-loader": "^2.0.2",
- "tslint": "^4.5.1",
- "tslint-loader": "^3.4.3",
"typescript": "^2.2.1",
"webpack": "^2.2.1"
},