Skip to content

Commit

Permalink
Merge pull request #221 from johnhooks/fix/lintstagedrc
Browse files Browse the repository at this point in the history
fix: previous files interpolation in .lintstagedrc
  • Loading branch information
erikyo committed Apr 3, 2023
2 parents f3920c9 + c42a617 commit f3f17a4
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 f3f17a4

Please sign in to comment.