@azat-io/eslint-config 2.40.0 → 2.41.0

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 (2) hide show
  1. package/package.json +4 -4
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azat-io/eslint-config",
3
- "version": "2.40.0",
3
+ "version": "2.41.0",
4
4
  "description": "ESLint shareable config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -35,10 +35,10 @@
35
35
  "eslint-plugin-de-morgan": "^1.3.0",
36
36
  "eslint-plugin-depend": "^1.2.0",
37
37
  "eslint-plugin-import-x": "^4.16.1",
38
- "eslint-plugin-jsdoc": "^51.4.1",
38
+ "eslint-plugin-jsdoc": "^52.0.0",
39
39
  "eslint-plugin-jsx-a11y": "^6.10.2",
40
- "eslint-plugin-n": "^17.21.0",
41
- "eslint-plugin-package-json": "^0.45.1",
40
+ "eslint-plugin-n": "^17.21.3",
41
+ "eslint-plugin-package-json": "^0.47.0",
42
42
  "eslint-plugin-perfectionist": "^4.15.0",
43
43
  "eslint-plugin-prefer-let": "^4.0.0",
44
44
  "eslint-plugin-promise": "^7.2.1",
package/readme.md CHANGED
@@ -154,6 +154,7 @@ This config uses the following plugins:
154
154
  ## See also
155
155
 
156
156
  - [`@azat-io/stylelint-config`](https://github.com/azat-io/stylelint-config)
157
+ - [`@azat-io/typescript-config`](https://github.com/azat-io/typescript-config)
157
158
 
158
159
  ## License
159
160