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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "name": "ultracite",
55
55
  "description": "Strict, opinionated ESLint config for modern TypeScript apps.",
56
- "version": "3.9.2",
56
+ "version": "3.9.3",
57
57
  "publishConfig": {
58
58
  "access": "public",
59
59
  "registry": "https://registry.npmjs.org/"