Current File : /home/escuelai/public_html/eihu.edu.uy/wp-content/plugins/restrict-content-pro/grunt/bonus/phpcs.js
module.exports = {
	application: {
		dir: ['*.php', '!node_modules/**', '!build/**',]
		},
		options: {
			bin: 'phpcs',
			standard: 'WordPress',
		}
};