mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
Fix prettier configuration to avoid linting errors
Change-Type: patch
This commit is contained in:
parent
666b59b463
commit
797a739c92
@ -1,5 +1,5 @@
|
||||
{
|
||||
"single-quote": true,
|
||||
"trailing-comma": "all",
|
||||
"use-tabs": true
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"useTabs": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user