Skip to content

Commit

Permalink
fix: previous files interpolation in .lintstagedrc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhooks committed Apr 3, 2023
1 parent f3920c9 commit c42a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"**/*.(json|yml|yaml)": "prettier --write ${files}",
"**/*.(json|yml|yaml)": "prettier --write",
"**/*.(js|jsx|cjs|mjs|ts|tsx)": "eslint --ext .js,.jsx,.cjs,.mjs,.ts,.tsx --fix",
"**/*.php": "php vendor/bin/phpcbf --standard=phpcs.xml.dist -s --report=summary"
}

0 comments on commit c42a617

Please sign in to comment.