Skip to content

Commit 49d88e4

Browse files
committed
style: unclutter root directory
1 parent 1b599f4 commit 49d88e4

7 files changed

+11
-8
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

commitlint.config.js

-3
This file was deleted.

package.json

+11
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,24 @@
1717
"start": "npx lerna run start --stream --parallel --include-filtered-dependencies",
1818
"test": "npx lerna run test --stream --parallel --include-filtered-dependencies"
1919
},
20+
"commitlint": {
21+
"extends": [
22+
"./@commitlint/config-angular",
23+
"./@commitlint/config-lerna-scopes"
24+
]
25+
},
2026
"lint-staged": {
2127
"*.js": [
2228
"npx prettier --write --use-tabs --single-quote --no-bracket-spacing",
2329
"npx xo --fix",
2430
"git add"
2531
]
2632
},
33+
"renovate": {
34+
"extends": [
35+
"config:base"
36+
]
37+
},
2738
"xo": {
2839
"extends": [
2940
"prettier"

renovate.json

-5
This file was deleted.

0 commit comments

Comments
 (0)