// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
homedir
/
public_html
/
wp-content
/
plugins
/
simple-lightbox
/
grunt
[ PARENT ]
EDIT :: phplint.js
module.exports = function(grunt) { grunt.config('phplint', { options : { phpArgs : { '-lf': null } }, all : { src : '<%= paths.php.files %>' } }); };
SAVE
CANCEL