Merge "Move information from .eslintignore into Gruntfile.js"

isekai
jenkins-bot 7 years ago committed by Gerrit Code Review
commit 2e041b0509

@ -1,2 +0,0 @@
/vendor
/resources/libraries

@ -7,7 +7,12 @@ module.exports = function ( grunt ) {
grunt.initConfig( {
eslint: {
all: '.'
all: [
'**/*.js',
'!resources/libraries/**',
'!node_modules/**',
'!vendor/**'
]
},
banana: {
all: 'i18n/'

Loading…
Cancel
Save