Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@fudgi-packages/eslint-plugin-simple-import-sort

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fudgi-packages/eslint-plugin-simple-import-sort

Easy autofixable import sorting

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
123
14.95%
Maintainers
1
Weekly downloads
 
Created
Source

@fudgi-packages/eslint-plugin-simple-import-sort

@fudgi-packages/eslint-plugin-simple-import-sort is a patched release of the original eslint-plugin-simple-import-sort. This version introduces support of react lazy loading imports and next js dynamic imports.

original package: https://github.com/lydell/eslint-plugin-simple-import-sort

.eslintrc

{
...
"plugins": ["@fudgi-packages/simple-import-sort"],
...
"@fudgi-packages/simple-import-sort/imports": "error",
"@fudgi-packages/simple-import-sort/exports": "error"
}

Keywords

eslint

FAQs

Package last updated on 13 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts