Skip to content

Commit 2abed8a

Browse files
Add renovate and prettier configs to nodejs templates (#160)
1 parent 906ecb9 commit 2abed8a

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/*
2+
samples/node_modules/*
3+
src/**/doc/*
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
bracketSpacing: false
3+
printWidth: 80
4+
semi: true
5+
singleQuote: true
6+
tabWidth: 2
7+
trailingComma: es5
8+
useTabs: false
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
"docker:disable"
5+
],
6+
"pinVersions": false,
7+
"rebaseStalePrs": true,
8+
"schedule": [
9+
"after 9am and before 3pm"
10+
],
11+
"gitAuthor": null,
12+
"packageRules": [
13+
{
14+
"extends": "packages:linters",
15+
"groupName": "linters"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)