Skip to content

Commit

Permalink
refactor: migrate to turbo and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalYoung committed Mar 16, 2022
1 parent 091b658 commit 274f12d
Show file tree
Hide file tree
Showing 537 changed files with 17,021 additions and 1,319 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = {
globals: {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly',
__DEVELOPMENT__: 'readonly',
},
parser: '@typescript-eslint/parser',
parserOptions: {
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ coverage
.DS_Store
storybook-static
.yarn-error.log
.turbo
lib
docs/api

Expand All @@ -32,3 +33,5 @@ website/.env.production.local
website/npm-debug.log*
website/yarn-debug.log*
website/yarn-error.log*

*.log
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
esm
umd
.history
.turbo
node_modules
yarn.lock
coverage
Expand All @@ -11,3 +12,5 @@ website/build
website/docs/api
website/.docusaurus
website/node_modules
*.yaml
*.md
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"ignoreFiles": [
"coverage/**/*.css",
"esm/**/*.css",
"**/esm/**/*.css",
"umd/**/*.css",
"website/**/*.css"
]
Expand Down
117 changes: 0 additions & 117 deletions README-koKR.md

This file was deleted.

1 change: 1 addition & 0 deletions README-koKR.md
115 changes: 0 additions & 115 deletions README-zhCN.md

This file was deleted.

1 change: 1 addition & 0 deletions README-zhCN.md
Loading

0 comments on commit 274f12d

Please sign in to comment.