File "lint-staged.config.js"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-admin/lint-staged.config.js
File size: 245 bytes
MIME-type: text/plain
Charset: utf-8

module.exports = {
	'*.scss': [ 'npm run lint:css-fix' ],
	'(client|packages)/**/*.js': [
		'wp-scripts format-js',
		'wp-scripts lint-js',
		'npm run test-staged',
	],
	'*.php': [ 'php -d display_errors=1 -l', 'composer run-script phpcs' ],
};