Skip to content

Commit 2c1950c

Browse files
committedMar 19, 2025
Merge branch 'master' of https://github.com/kufu/smarthr-ui into chore-refactoring-AppHeader-desktop-vol1
2 parents bb23310 + c5c2134 commit 2c1950c

File tree

389 files changed

+1358
-1566
lines changed

Some content is hidden

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

389 files changed

+1358
-1566
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@commitlint/cli": "^19.8.0",
88
"@commitlint/config-conventional": "^19.8.0",
99
"eslint": "^9.17.0",
10-
"eslint-config-smarthr": "^8.0.0",
10+
"eslint-config-smarthr": "^9.0.1",
1111
"eslint-plugin-storybook": "^0.11.6",
1212
"husky": "^9.1.7",
1313
"lint-staged": "^15.4.3",

‎packages/smarthr-ui/.babelrc.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
}
1212
],
1313
"@babel/preset-typescript",
14-
"@babel/preset-react"
14+
[
15+
"@babel/preset-react",
16+
{
17+
"runtime": "automatic"
18+
}
19+
]
1520
],
1621
"plugins": []
1722
}

0 commit comments

Comments
 (0)