We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada83fd commit 3a0ed0cCopy full SHA for 3a0ed0c
.eslintignore
@@ -2,3 +2,4 @@
2
**/vendor/**/*.js
3
django/contrib/gis/templates/**/*.js
4
node_modules/**.js
5
+tests/**/*.js
Gruntfile.js
@@ -1,4 +1,6 @@
1
-var globalThreshold = 50; // Global code coverage threshold (as a percentage)
+'use strict';
+
+const globalThreshold = 50; // Global code coverage threshold (as a percentage)
module.exports = function(grunt) {
6
grunt.initConfig({
0 commit comments