eslint-config-decent 4.2.6 → 4.2.7

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 +33 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-decent",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
4
4
  "description": "A decent ESLint configuration",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -80,6 +80,14 @@
80
80
  "eslint": "^9.0.0 || ^10.0.0",
81
81
  "oxlint": ">=1.53.0",
82
82
  "oxlint-tsgolint": ">=0.1.0",
83
+ "oxlint-plugin-eslint": ">=1.52.0",
84
+ "@stylistic/eslint-plugin": ">=5.0.0",
85
+ "@vitest/eslint-plugin": ">=1.0.0",
86
+ "eslint-plugin-jsdoc": ">=62.0.0",
87
+ "eslint-plugin-react": ">=7.0.0",
88
+ "eslint-plugin-security": ">=4.0.0",
89
+ "eslint-plugin-testing-library": ">=7.0.0",
90
+ "eslint-plugin-unicorn": ">=63.0.0",
83
91
  "typescript": ">=5.5.0"
84
92
  },
85
93
  "peerDependenciesMeta": {
@@ -88,6 +96,30 @@
88
96
  },
89
97
  "oxlint-tsgolint": {
90
98
  "optional": true
99
+ },
100
+ "oxlint-plugin-eslint": {
101
+ "optional": true
102
+ },
103
+ "@stylistic/eslint-plugin": {
104
+ "optional": true
105
+ },
106
+ "@vitest/eslint-plugin": {
107
+ "optional": true
108
+ },
109
+ "eslint-plugin-jsdoc": {
110
+ "optional": true
111
+ },
112
+ "eslint-plugin-react": {
113
+ "optional": true
114
+ },
115
+ "eslint-plugin-security": {
116
+ "optional": true
117
+ },
118
+ "eslint-plugin-testing-library": {
119
+ "optional": true
120
+ },
121
+ "eslint-plugin-unicorn": {
122
+ "optional": true
91
123
  }
92
124
  },
93
125
  "dependencies": {