build: Remove duplicate eslintignore info from Gruntfile.js

This is already in .eslintignore. Also we don't need to ignore
node_modules/, that's already done by default.

Change-Id: I8c03515cf7d3dab11555f4c4b7f5f2d11aa49a2a
This commit is contained in:
Kunal Mehta 2019-07-15 22:08:27 -04:00
parent 79398dbb84
commit 0af536bbab
2 changed files with 2 additions and 8 deletions

View file

@ -1,3 +1,2 @@
modules/totp/qrcode.js
node_modules/**
vendor/**
vendor/**

View file

@ -13,12 +13,7 @@ module.exports = function ( grunt ) {
extensions: [ '.js', '.json' ],
cache: true
},
all: [
'**/*.js{,on}',
'!{vendor,node_modules}/**',
// Library file
'!modules/qrcode.js'
]
all: '.'
},
stylelint: {
all: [