зеркало из https://github.com/microsoft/just.git
Renovate config fixes
This commit is contained in:
Родитель
2dafd6dbf0
Коммит
87fc94e183
|
@ -9,14 +9,6 @@
|
|||
"rules": {
|
||||
"indent": "off",
|
||||
"no-unused-vars": "off",
|
||||
"quotes": [
|
||||
"error",
|
||||
"single",
|
||||
{
|
||||
"avoidEscape": true,
|
||||
"allowTemplateLiterals": true
|
||||
}
|
||||
],
|
||||
"prefer-rest-params": "off",
|
||||
"no-useless-escape": "off",
|
||||
"require-atomic-updates": "off",
|
||||
|
|
|
@ -4,4 +4,12 @@ module.exports = {
|
|||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
arrowParens: 'avoid',
|
||||
overrides: [
|
||||
{
|
||||
files: '*.json5',
|
||||
options: {
|
||||
parser: 'json',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -6,5 +6,10 @@
|
|||
"github>microsoft/m365-renovate-config:keepFresh"
|
||||
],
|
||||
|
||||
"labels": ["renovate"]
|
||||
"labels": ["renovate"],
|
||||
|
||||
"packageRules": [
|
||||
// For @types/node we're intentionally staying on 12 (could probably go to 14)
|
||||
{ "matchPackageNames": ["@types/node"], "allowedVersions": "<13.0.0" }
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче