mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-11 17:01:13 +00:00
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:
parent
79398dbb84
commit
0af536bbab
|
@ -1,3 +1,2 @@
|
|||
modules/totp/qrcode.js
|
||||
node_modules/**
|
||||
vendor/**
|
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue