Skip to content

Instantly share code, notes, and snippets.

@Cerwyn
Created June 5, 2021 12:05
Show Gist options
  • Save Cerwyn/e8f9241feb2363a6bb03dfefc22879df to your computer and use it in GitHub Desktop.
Save Cerwyn/e8f9241feb2363a6bb03dfefc22879df to your computer and use it in GitHub Desktop.
lint-staged.config.js
module.exports = {
'resources/**/*.{css,js}': ['prettier --write'],
'**/*.php': ['php ./vendor/bin/php-cs-fixer fix --config .php-cs-fixer.php --allow-risky=yes'],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment