Skip to content

Commit 15e0f43

Browse files
authored
feat(deps): upgrade-project-deps (#166)
* feat(deps): upgrade-project-deps
1 parent e28553b commit 15e0f43

File tree

943 files changed

+10202
-9688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

943 files changed

+10202
-9688
lines changed

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": ["./packages/eslint-config-ibmdotcom"]
2+
"extends": ["eslint-config-carbon"],
3+
"rules": {
4+
"jsx-a11y/anchor-is-valid": 0
5+
}
36
}

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,14 @@ node_modules
2525

2626
# Generated by npm@5, but project currently uses Yarn
2727
package-lock.json
28+
29+
# Yarn
30+
# https://yarnpkg.com/getting-started/qa/#which-files-should-be-gitignored
31+
.yarn/*
32+
!.yarn/cache
33+
!.yarn/patches
34+
!.yarn/plugins
35+
!.yarn/releases
36+
!.yarn/sdks
37+
!.yarn/versions
38+
install-state.gz

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"**/*.scss": [
88
"prettier --write",
9-
"stylelint '**/*.scss' --config ./packages/stylelint-config-ibmdotcom",
9+
"stylelint '**/*.scss' --config stylelint-config-carbon",
1010
"git add"
1111
],
1212
"*.md": [

.stylelintrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"extends": [
3-
"./packages/stylelint-config-ibmdotcom"
4-
]
2+
"extends": ["stylelint-config-carbon"]
53
}
26.7 KB
Binary file not shown.
3.12 KB
Binary file not shown.
8.03 KB
Binary file not shown.
9.16 KB
Binary file not shown.
45.5 KB
Binary file not shown.
244 KB
Binary file not shown.

0 commit comments

Comments
 (0)