Skip to content

Commit 274f12d

Browse files
committed
refactor: migrate to turbo and pnpm
1 parent 091b658 commit 274f12d

File tree

537 files changed

+17021
-1319
lines changed

Some content is hidden

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

537 files changed

+17021
-1319
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = {
1212
globals: {
1313
Atomics: 'readonly',
1414
SharedArrayBuffer: 'readonly',
15-
__DEVELOPMENT__: 'readonly',
1615
},
1716
parser: '@typescript-eslint/parser',
1817
parserOptions: {

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ coverage
66
.DS_Store
77
storybook-static
88
.yarn-error.log
9+
.turbo
910
lib
1011
docs/api
1112

@@ -32,3 +33,5 @@ website/.env.production.local
3233
website/npm-debug.log*
3334
website/yarn-debug.log*
3435
website/yarn-error.log*
36+
37+
*.log

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
esm
33
umd
44
.history
5+
.turbo
56
node_modules
67
yarn.lock
78
coverage
@@ -11,3 +12,5 @@ website/build
1112
website/docs/api
1213
website/.docusaurus
1314
website/node_modules
15+
*.yaml
16+
*.md

.stylelintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"ignoreFiles": [
1010
"coverage/**/*.css",
11-
"esm/**/*.css",
11+
"**/esm/**/*.css",
1212
"umd/**/*.css",
1313
"website/**/*.css"
1414
]

README-koKR.md

Lines changed: 0 additions & 117 deletions
This file was deleted.

README-koKR.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./packages/molecule/README-koKR.md

README-zhCN.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

README-zhCN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./packages/molecule/README-zhCN.md

0 commit comments

Comments
 (0)