Skip to content

Commit

Permalink
Upgrade to ts-scripts, ESM only
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jan 17, 2024
1 parent bc88c2d commit 9b4f81b
Show file tree
Hide file tree
Showing 9 changed files with 2,615 additions and 15,017 deletions.
14 changes: 0 additions & 14 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ document.head.appendChild(styleElement);
// Render the style by using the class name.
React.render(
<div className={backgroundStyle}>Hello world!</div>,
document.body
document.body,
);
```

Expand Down

0 comments on commit 9b4f81b

Please sign in to comment.