fix: prettier to warning and trailingComma #10

Merged
EndMove merged 3 commits from fix/better-vars into master 2023-09-03 17:17:31 +02:00
Showing only changes of commit a579bca550 - Show all commits

View File

@ -1,4 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabled": true
"enabled": true,
"packageRules": [{
"packageNames": ["node"],
"enabled": false
}]
}