@luxass/eslint-config 4.11.0 → 4.12.1

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 (6) hide show
  1. package/README.md +1 -1
  2. package/dist/index.cjs +1883 -1782
  3. package/dist/index.d.cts +14002 -13263
  4. package/dist/index.d.ts +14002 -13263
  5. package/dist/index.js +1874 -1782
  6. package/package.json +36 -29
package/README.md CHANGED
@@ -42,8 +42,8 @@ If you still use some configs from the legacy ESLint RC format, you can use the
42
42
 
43
43
  ```js
44
44
  // eslint.config.mjs
45
- import luxass from "@luxass/eslint-config";
46
45
  import { FlatCompat } from "@eslint/eslintrc";
46
+ import luxass from "@luxass/eslint-config";
47
47
 
48
48
  const compat = new FlatCompat();
49
49