Skip to content

Commit

Permalink
chore: remove blade old (#724)
Browse files Browse the repository at this point in the history
* chore: remove blade old

* chore: minor changes

* chore: remove js extensions from eslint

* chore: remove yarn 1.19.0

* chore: update readme

* chore: readme changes

* Update README.md

Co-authored-by: Kamlesh Chandnani <[email protected]>

Co-authored-by: Kamlesh Chandnani <[email protected]>
  • Loading branch information
anuraghazra and kamleshchandnani authored Oct 25, 2022
1 parent 46633b2 commit 598b0ce
Show file tree
Hide file tree
Showing 614 changed files with 330 additions and 234,045 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ packages/blade/tokens.js
packages/blade/tokens.d.ts
packages/blade/utils.js
packages/blade/utils.d.ts
packages/blade-old/scripts/icon-migrate-codemod

#temporary ignore
packages/tools/figma-plugin-version-history
Expand Down
7 changes: 0 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,18 @@ module.exports = {
'import/resolver': {
node: {
extensions: [
'.js',
'.ts',
'.tsx',
'.web.js',
'.web.ts',
'.web.tsx',
'.desktop.js',
'.desktop.ts',
'.desktop.tsx',
'.mobile.js',
'.mobile.ts',
'.mobile.tsx',
'.native.js',
'.native.ts',
'.native.tsx',
'.ios.js',
'.ios.ts',
'.ios.tsx',
'.android.js',
'.android.ts',
'.android.tsx',
],
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"**/storybook-recipes",
"packages/blade/src/components/index.ts",
"@testing-library/user-event/dist/types/**",
"@storybook/*",
"@storybook/*"
]
}
Loading

0 comments on commit 598b0ce

Please sign in to comment.