ultracite 3.9.2 → 3.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -117,7 +117,7 @@ for (const config of ultracite) {
|
|
|
117
117
|
config.ignores.push('./components/ui/**/*');
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
export { default } from ultracite;
|
|
120
|
+
export { default } from 'ultracite';
|
|
121
121
|
```
|
|
122
122
|
|
|
123
123
|
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:
|
package/package.json
CHANGED