Skip to content

Commit

Permalink
Refs #31265 -- Updated .eslintignore to match eslint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 authored and carltongibson committed Dec 23, 2020
1 parent ada83fd commit 3a0ed0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
**/vendor/**/*.js
django/contrib/gis/templates/**/*.js
node_modules/**.js
tests/**/*.js
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -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({
Expand Down

0 comments on commit 3a0ed0c

Please sign in to comment.