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 <dev@bernhard-posselt.com>2017-03-16 23:24:03 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2017-03-16 23:24:03 +0300
commitafd0d724a195aa450b393204577bb5732fcde345 (patch)
treefadf307b9013e3f931a74ac13922decee353d7ce /karma.conf.js
parent9c46b41cf824b16b5361325af409ee8f797c67c0 (diff)
turn on eslint for new code
Diffstat (limited to 'karma.conf.js')
-rw-r--r--karma.conf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/karma.conf.js b/karma.conf.js
index 9562866763..24406bbfa2 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -3,7 +3,7 @@ module.exports = function (config) {
basePath: 'nextcloudappstore/core/static/assets/js/',
frameworks: ['jasmine'],
files: [
- 'Http.js',
+ 'app/**/*.js',
'test/**/*Spec.js',
],
exclude: [],