Skip to content

Commit

Permalink
🔨 Update build tooling
Browse files Browse the repository at this point in the history
* Replaced unmaintained microbundle-crl with pure tsc compilation
* Updated ESLint dependencies/rules
* Removed unused react-scripts/jsdom tests (we'll use storybook test runner instead)
* Fixed some eslint violations
* Removed the example boilerplate
  • Loading branch information
sergei-maertens committed Apr 20, 2023
1 parent bd1ac72 commit a93bd44
Show file tree
Hide file tree
Showing 22 changed files with 561 additions and 17,643 deletions.
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
}
}
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

0 comments on commit a93bd44

Please sign in to comment.