Socket
Socket
Sign inDemoInstall

eslint-plugin-unused-imports

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-unused-imports - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

package.json
{
"name": "eslint-plugin-unused-imports",
"version": "4.0.0",
"version": "4.0.1",
"description": "Report and remove unused es6 modules",

@@ -21,4 +21,4 @@ "keywords": [

"peerDependencies": {
"@typescript-eslint/eslint-plugin": "8",
"eslint": "9"
"@typescript-eslint/eslint-plugin": "^8.0.0-0",
"eslint": "^9.0.0"
},

@@ -25,0 +25,0 @@ "peerDependenciesMeta": {

@@ -38,5 +38,5 @@ # eslint-plugin-unused-imports

Add `unused-imports` to the plugins section of your `.eslintrc` configuration file.
Add `unused-imports` to the plugins section of your `eslint.config.js` configuration file.
```jsonc
```js
import unusedImports from "eslint-plugin-unused-imports";

@@ -43,0 +43,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc