chore: pass "files" as string in Prettier config

This commit is contained in:
Paul Razvan Berg 2022-11-28 13:22:51 +02:00
parent a793146917
commit f61f97f26b
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ trailingComma: "all"
useTabs: false useTabs: false
overrides: overrides:
- files: ["*.sol"] - files: "*.sol"
options: options:
compiler: "0.8.17" compiler: "0.8.17"
tabWidth: 4 tabWidth: 4