Skip to content

Commit

Permalink
style: unclutter root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Nov 19, 2017
1 parent 1b599f4 commit 49d88e4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions commitlint.config.js

This file was deleted.

11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,24 @@
"start": "npx lerna run start --stream --parallel --include-filtered-dependencies",
"test": "npx lerna run test --stream --parallel --include-filtered-dependencies"
},
"commitlint": {
"extends": [
"./@commitlint/config-angular",
"./@commitlint/config-lerna-scopes"
]
},
"lint-staged": {
"*.js": [
"npx prettier --write --use-tabs --single-quote --no-bracket-spacing",
"npx xo --fix",
"git add"
]
},
"renovate": {
"extends": [
"config:base"
]
},
"xo": {
"extends": [
"prettier"
Expand Down
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit 49d88e4

Please sign in to comment.