@luxass/eslint-config 4.10.1 → 4.10.2

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -470,7 +470,7 @@ async function imports(options = {}) {
470
470
 
471
471
  // src/configs/javascript.ts
472
472
  import globals from "globals";
473
- import { default as pluginUnusedImports } from "eslint-plugin-unused-imports";
473
+ import pluginUnusedImports from "eslint-plugin-unused-imports";
474
474
  import pluginAntfu2 from "eslint-plugin-antfu";
475
475
  async function javascript(options = {}) {
476
476
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxass/eslint-config",
3
- "version": "4.10.1",
3
+ "version": "4.10.2",
4
4
  "description": "ESLint config for @luxass",
5
5
  "type": "module",
6
6
  "author": {