Skip to content

Commit

Permalink
Changes based on PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
nravilla committed Jun 14, 2024
1 parent 191ef9c commit 86a1ae3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
}
],
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
"error",
{
"endOfLine": "auto"
}
]
}
}
}
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ set -e # die on error
# yarn turbo run extract-translations // commented because it creates new translations files that are not related to the commit
# yarn pretty-quick --staged

#npx lint-staged
#yarn turbo run extract-translations
npx lint-staged

2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
. "$(dirname "$0")/_/husky.sh"

set -e # die on error
#yarn verify
yarn verify
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6841,10 +6841,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001400, caniuse-lite@npm:^1.0.30001426":
version: 1.0.30001632
resolution: "caniuse-lite@npm:1.0.30001632"
checksum: 80b8b75007e525c30ec204adff4a16797a83ac9faeec33ed20ad14b55239c2721693f248389ee3bc9a76f8fd0182870872af7a9c80d48484a3eab7c5e8af173f
languageName: node
version: 1.0.30001517
resolution: "caniuse-lite@npm:1.0.30001517"
checksum: 3b9aa01e5e1c112bbe15d653cf4f909748b3ede87613b4381306c3510dab1adb0b09594febdacdf0eb963d8f0d37dcb3b88cea12c579ed14a9ede4581544c7c4 languageName: node
linkType: hard

"carbon-components@npm:^10.58.10":
Expand Down

0 comments on commit 86a1ae3

Please sign in to comment.