npm eslint-plugin-import-x 4.1.0
v4.1.0

latest releases: 4.17.1, 4.17.0, 4.16.2...
22 months ago

Minor Changes

  • #122 cd52e86 Thanks @michaelfaith! - Add ESLint flat configuration presets. You can access them with:

    import eslintPluginImportX from "eslint-plugin-import-x";
    
    eslintPluginImportX.flatConfigs.recommended;
    eslintPluginImportX.flatConfigs.react;
    eslintPluginImportX.flatConfigs.typescript;
    eslintPluginImportX.flatConfigs.electron;
  • #132 9948c78 Thanks @SukkaW! - Added no-rename-default that forbid importing a default export by a different name. Originally created by @whitneyit, ported by @SukkaW

New Contributors

Full Changelog: v4.0.0...v4.1.0

Don't miss a new eslint-plugin-import-x release

NewReleases is sending notifications on new releases.