Skip to content

Commit

Permalink
Merge pull request #76 from kitsuyui/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
kitsuyui authored May 26, 2023
2 parents d04a510 + 1c91c0a commit 2fee715
Show file tree
Hide file tree
Showing 28 changed files with 75 additions and 9,594 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ logs
*.log
.DS_Store
coverage
storybook-static
1 change: 1 addition & 0 deletions config/eslint-config-custom/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
sourceType: 'module',
project: './tsconfig.json',
},
ignorePatterns: ['node_modules/', 'dist/', 'build/', 'storybook-static/'],
rules: {
'@typescript-eslint/no-unused-vars': 'off',
'unused-imports/no-unused-imports': 'error',
Expand Down
1 change: 0 additions & 1 deletion examples/simple/.eslintrc.json

This file was deleted.

47 changes: 0 additions & 47 deletions examples/simple/package.json

This file was deleted.

Binary file removed examples/simple/public/favicon.ico
Binary file not shown.
43 changes: 0 additions & 43 deletions examples/simple/public/index.html

This file was deleted.

Binary file removed examples/simple/public/logo192.png
Binary file not shown.
Binary file removed examples/simple/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions examples/simple/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions examples/simple/public/robots.txt

This file was deleted.

38 changes: 0 additions & 38 deletions examples/simple/src/App.css

This file was deleted.

10 changes: 0 additions & 10 deletions examples/simple/src/App.test.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions examples/simple/src/App.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions examples/simple/src/index.css

This file was deleted.

18 changes: 0 additions & 18 deletions examples/simple/src/index.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions examples/simple/src/react-app-env.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions examples/simple/src/reportWebVitals.ts

This file was deleted.

5 changes: 0 additions & 5 deletions examples/simple/src/setupTests.ts

This file was deleted.

4 changes: 0 additions & 4 deletions examples/simple/tsconfig.json

This file was deleted.

Loading

0 comments on commit 2fee715

Please sign in to comment.