Skip to content

Commit 3a0ed0c

Browse files
smithdc1carltongibson
authored andcommitted
Refs #31265 -- Updated .eslintignore to match eslint tests
1 parent ada83fd commit 3a0ed0c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
**/vendor/**/*.js
33
django/contrib/gis/templates/**/*.js
44
node_modules/**.js
5+
tests/**/*.js

Gruntfile.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
var globalThreshold = 50; // Global code coverage threshold (as a percentage)
1+
'use strict';
2+
3+
const globalThreshold = 50; // Global code coverage threshold (as a percentage)
24

35
module.exports = function(grunt) {
46
grunt.initConfig({

0 commit comments

Comments
 (0)