summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2020-12-15 20:31:02 +0000
committerCarlton Gibson <carlton@noumenal.es>2020-12-23 11:14:48 +0100
commit3a0ed0ce3f2e38c4336da6d68d901c6f3d5926dc (patch)
treea51cea84355921ec680c8bf159925e1c049c1776 /Gruntfile.js
parentada83fd8b89ab194194c9069eef4d6ee6cbec0ee (diff)
downloaddjango-3a0ed0ce3f2e38c4336da6d68d901c6f3d5926dc.tar.gz
Refs #31265 -- Updated .eslintignore to match eslint tests
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 2bf8a10c81..2d99041cb8 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,4 +1,6 @@
-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) {
grunt.initConfig({