Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔨 Update build tooling #26

Merged
merged 1 commit into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"settings": {
"react": {
"version": "16"
"version": "17"
}
},
"rules": {
Expand All @@ -29,6 +29,7 @@
"react/jsx-handler-names": 0,
"react/jsx-fragments": 0,
"react/no-unused-prop-types": 0,
"import/export": 0
"import/export": 0,
"no-use-before-define": 0
sergei-maertens marked this conversation as resolved.
Show resolved Hide resolved
}
}
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Run tsc for type checks
run: ./node_modules/.bin/tsc --noEmit

- name: Build library
run: yarn build

Expand Down
5 changes: 0 additions & 5 deletions example/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions example/package.json

This file was deleted.

Binary file removed example/public/favicon.ico
Binary file not shown.
48 changes: 0 additions & 48 deletions example/public/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions example/public/manifest.json

This file was deleted.

9 changes: 0 additions & 9 deletions example/src/App.test.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions example/src/App.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions example/src/index.css

This file was deleted.

7 changes: 0 additions & 7 deletions example/src/index.tsx

This file was deleted.

1 change: 0 additions & 1 deletion example/src/react-app-env.d.ts

This file was deleted.

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

This file was deleted.

22 changes: 0 additions & 22 deletions example/tsconfig.json

This file was deleted.

Loading