Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Jun 1, 2024
1 parent f4a8fd7 commit bd287a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ for (const config of ultracite) {
config.ignores.push('./components/ui/**/*');
}

export { default } from ultracite;
export { default } from 'ultracite';
```

Ultracite also lints the browser compatibility of your code. You can specify which polyfills exist in your project by modifying your `eslint.config.mjs` file. For example, here's how you can add polyfills for Next.js:
Expand Down

0 comments on commit bd287a7

Please sign in to comment.