-
Notifications
You must be signed in to change notification settings - Fork 1
feat: upgrading version, adding prettier and eslint #27
base: master
Are you sure you want to change the base?
Conversation
Thank you @jrock2004, really appreciate putting this together. We definitely want to move fast and make progress 👍 . Ran this template on the local, few issues
|
@santthosh-mb Yeah I just copied over things and figured once we discuss and finalize what we want we can clean this stuff up. |
We do. Can't say if WE DO.
This is not a change to be made in official documentation until the law is updated, which I have an action item for and requires approval from the Arch leadership. Until the law is changed the official taxonomy is Shared UI with MFE reserved for disambiguation. Let's not add to the confusion by further confusing it. I'll make the law update this week, so the timing may be moot ultimately. [addendum] The readme references |
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is an older way of doing husky commit validation which forces us to pin the husky version in package.json to an old version
new way is detailed here
https://typicode.github.io/husky/#/?id=husky_git_params-ie-commitlint-
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great callout, I forgot to remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
never mind i see you added the commit-msg file below
@@ -0,0 +1,9 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my opinionated config
"printWidth": 120,
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"overrides": [
{
"files": ["*.yml"],
"options": {
"tabWidth": 2
}
}
]
}
Reckon it's time to close this aged PR. |
This PR is setting up for the following things that we want to start working on: