Socket
Socket
Sign inDemoInstall

@eslint-community/eslint-plugin-eslint-comments

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-community/eslint-plugin-eslint-comments - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

lib/rules/disable-enable-pair.js

@@ -18,3 +18,3 @@ /**

url:
"https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/disable-enable-pair.html",
"https://eslint-community.github.io/eslint-plugin-eslint-comments/rules/disable-enable-pair.html",
},

@@ -21,0 +21,0 @@ fixable: null,

@@ -18,3 +18,3 @@ /**

url:
"https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/no-aggregating-enable.html",
"https://eslint-community.github.io/eslint-plugin-eslint-comments/rules/no-aggregating-enable.html",
},

@@ -21,0 +21,0 @@ fixable: null,

@@ -17,3 +17,3 @@ /**

url:
"https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/no-duplicate-disable.html",
"https://eslint-community.github.io/eslint-plugin-eslint-comments/rules/no-duplicate-disable.html",
},

@@ -20,0 +20,0 @@ fixable: null,

@@ -19,3 +19,3 @@ /**

url:
"https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/no-restricted-disable.html",
"https://eslint-community.github.io/eslint-plugin-eslint-comments/rules/no-restricted-disable.html",
},

@@ -22,0 +22,0 @@ fixable: null,

@@ -17,3 +17,3 @@ /**

url:
"https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/no-unlimited-disable.html",
"https://eslint-community.github.io/eslint-plugin-eslint-comments/rules/no-unlimited-disable.html",
},

@@ -20,0 +20,0 @@ fixable: null,

@@ -17,3 +17,3 @@ /**

url:
"https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/no-unused-disable.html",
"https://eslint-community.github.io/eslint-plugin-eslint-comments/rules/no-unused-disable.html",
},

@@ -20,0 +20,0 @@ fixable: null,

@@ -17,3 +17,3 @@ /**

url:
"https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/no-unused-enable.html",
"https://eslint-community.github.io/eslint-plugin-eslint-comments/rules/no-unused-enable.html",
},

@@ -20,0 +20,0 @@ fixable: null,

@@ -16,3 +16,3 @@ /**

url:
"https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/no-use.html",
"https://eslint-community.github.io/eslint-plugin-eslint-comments/rules/no-use.html",
},

@@ -19,0 +19,0 @@ fixable: null,

@@ -17,3 +17,3 @@ /**

url:
"https://mysticatea.github.io/eslint-plugin-eslint-comments/rules/require-description.html",
"https://eslint-community.github.io/eslint-plugin-eslint-comments/rules/require-description.html",
},

@@ -20,0 +20,0 @@ fixable: null,

{
"name": "@eslint-community/eslint-plugin-eslint-comments",
"version": "3.2.0",
"version": "3.2.1",
"description": "Additional ESLint rules for ESLint directive comments.",

@@ -17,22 +17,21 @@ "engines": {

"escape-string-regexp": "^1.0.5",
"ignore": "^5.0.5"
"ignore": "^5.2.4"
},
"devDependencies": {
"@mysticatea/eslint-plugin": "^13.0.0",
"@types/node": "^14.0.1",
"@vuepress/plugin-pwa": "^1.0.1",
"@types/node": "^14.18.36",
"@vuepress/plugin-pwa": "^1.9.8",
"babel-eslint": "^10.0.1",
"codecov": "^3.3.0",
"cross-spawn": "^6.0.5",
"eslint": "^7.0.0",
"eslint4b": "^7.0.0",
"fs-extra": "^8.0.1",
"mocha": "^6.1.4",
"eslint": "^7.32.0",
"eslint4b": "^7.32.0",
"fs-extra": "^8.1.0",
"mocha": "^6.2.3",
"nyc": "^14.1.1",
"opener": "^1.4.3",
"rimraf": "^2.6.2",
"semver": "^7.3.2",
"string-replace-loader": "^2.1.1",
"opener": "^1.5.2",
"rimraf": "^2.7.1",
"semver": "^7.3.8",
"string-replace-loader": "^2.3.0",
"vue-eslint-editor": "^1.1.0",
"vuepress": "^1.0.1"
"vuepress": "^1.9.8"
},

@@ -48,9 +47,5 @@ "scripts": {

"lint": "eslint lib scripts tests",
"pretest": "npm run -s lint",
"test": "nyc npm run -s test:mocha",
"test:ci": "nyc npm run -s test:mocha",
"test:mocha": "mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000",
"watch": "npm run -s test:mocha -- --watch --growl",
"test": "nyc mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000",
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
"codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov"
"watch": "npm run -s test -- --watch --growl"
},

@@ -57,0 +52,0 @@ "repository": {

@@ -12,3 +12,3 @@ # @eslint-community/eslint-plugin-eslint-comments

- [Documentation](https://mysticatea.github.io/eslint-plugin-eslint-comments)
- [Documentation](https://eslint-community.github.io/eslint-plugin-eslint-comments)

@@ -15,0 +15,0 @@ ## 🚥 Semantic Versioning Policy

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