@eslint-community/eslint-plugin-eslint-comments 3.2.1 → 4.0.0-alpha.1

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 (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@eslint-community/eslint-plugin-eslint-comments",
3
- "version": "3.2.1",
3
+ "version": "4.0.0-alpha.1",
4
4
  "description": "Additional ESLint rules for ESLint directive comments.",
5
5
  "engines": {
6
- "node": ">=6.5.0"
6
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7
7
  },
8
8
  "main": "index.js",
9
9
  "files": [
@@ -41,7 +41,6 @@
41
41
  "clean": "rimraf .nyc_output coverage docs/.vuepress/dist",
42
42
  "docs:build": "vuepress build docs",
43
43
  "docs:watch": "vuepress dev docs",
44
- "docs:deploy": "node scripts/deploy",
45
44
  "lint": "eslint lib scripts tests",
46
45
  "test": "nyc mocha \"tests/lib/**/*.js\" --reporter dot --timeout 8000",
47
46
  "coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",