Skip to content

Commit

Permalink
refactor(project): move config packages to config folder (#6486)
Browse files Browse the repository at this point in the history
* refactor(project): move config packages to config folder

* chore(project): update path to stylelint config

Co-authored-by: TJ Egan <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 21, 2020
1 parent afd3c59 commit 9470f86
Show file tree
Hide file tree
Showing 25 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"workspaces": {
"packages": [
"packages/*",
"actions/*"
"actions/*",
"config/*"
],
"nohoist": []
},
Expand Down Expand Up @@ -139,7 +140,7 @@
},
"stylelint": {
"extends": [
"./packages/stylelint-config-carbon"
"./config/stylelint-config-carbon"
]
},
"jest": {
Expand Down

0 comments on commit 9470f86

Please sign in to comment.