Refs #31265 -- Updated .eslintignore to match eslint tests
This commit is contained in:
parent
ada83fd8b8
commit
3a0ed0ce3f
|
@ -2,3 +2,4 @@
|
||||||
**/vendor/**/*.js
|
**/vendor/**/*.js
|
||||||
django/contrib/gis/templates/**/*.js
|
django/contrib/gis/templates/**/*.js
|
||||||
node_modules/**.js
|
node_modules/**.js
|
||||||
|
tests/**/*.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) {
|
module.exports = function(grunt) {
|
||||||
grunt.initConfig({
|
grunt.initConfig({
|
||||||
|
|
Loading…
Reference in New Issue