aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/Gruntfile.coffee
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-09-10 17:04:54 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-09-10 17:21:47 +0200
commitcbf5602a23ce9138b62c593d4e290566eaf97522 (patch)
tree9b9a253f18a4b793ac39db6a6dadc1f5d86bb877 /server/sonar-web/Gruntfile.coffee
parent735d9fa04b22e072a445404879e648cb1cf431c3 (diff)
downloadsonarqube-cbf5602a23ce9138b62c593d4e290566eaf97522.tar.gz
sonarqube-cbf5602a23ce9138b62c593d4e290566eaf97522.zip
move from jshint to eslint
Diffstat (limited to 'server/sonar-web/Gruntfile.coffee')
-rw-r--r--server/sonar-web/Gruntfile.coffee13
1 files changed, 0 insertions, 13 deletions
diff --git a/server/sonar-web/Gruntfile.coffee b/server/sonar-web/Gruntfile.coffee
index 4ec0a00bfa8..3e0626d7789 100644
--- a/server/sonar-web/Gruntfile.coffee
+++ b/server/sonar-web/Gruntfile.coffee
@@ -301,19 +301,6 @@ module.exports = (grunt) ->
useBrowserStack: useBrowserStack
- jshint:
- dev:
- src: [
- '<%= SOURCE_PATH %>/js/**/*.js'
- '!<%= SOURCE_PATH %>/js/third-party/underscore.js'
- '!<%= SOURCE_PATH %>/js/third-party/**/*.js'
- '!<%= SOURCE_PATH %>/js/tests/**/*.js'
- '!<%= SOURCE_PATH %>/js/require.js'
- ]
- options:
- jshintrc: true
-
-
watch:
options:
spawn: false