@cto.af/eslint-config 1.1.2 → 1.1.3

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/jsdoc.js +1 -1
  2. package/package.json +7 -7
package/jsdoc.js CHANGED
@@ -28,7 +28,6 @@ module.exports = {
28
28
  'jsdoc/check-alignment': 'error',
29
29
  // https://github.com/eslint/eslint/issues/14745
30
30
  'jsdoc/check-examples': 'off',
31
- // Track https://github.com/gajus/eslint-plugin-jsdoc/issues/715
32
31
  'jsdoc/check-indentation': 'off',
33
32
  'jsdoc/check-line-alignment': ['error', 'never', {
34
33
  wrapIndent: ' ',
@@ -41,6 +40,7 @@ module.exports = {
41
40
  'jsdoc/check-values': 'error',
42
41
  'jsdoc/empty-tags': 'error',
43
42
  'jsdoc/implements-on-classes': 'error',
43
+ 'jsdoc/imports-as-dependencies': 'error',
44
44
  'jsdoc/informative-docs': 'off', // This sounds annoying
45
45
  'jsdoc/match-description': 'error',
46
46
  'jsdoc/match-name': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cto.af/eslint-config",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "hildjj's lint rules",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "author": "Joe Hildebrand <joe-github@cursive.net>",
15
15
  "license": "MIT",
16
- "repository": "hildjj/ctoaf-eslint-config",
16
+ "repository": "cto-af/eslint-config",
17
17
  "peerDependencies": {
18
18
  "@typescript-eslint/eslint-plugin": "~5",
19
19
  "@typescript-eslint/parser": "~5",
@@ -40,15 +40,15 @@
40
40
  }
41
41
  },
42
42
  "devDependencies": {
43
- "@typescript-eslint/eslint-plugin": "5.59.5",
44
- "@typescript-eslint/parser": "5.59.5",
45
- "eslint": "^8.40.0",
43
+ "@typescript-eslint/eslint-plugin": "5.60.0",
44
+ "@typescript-eslint/parser": "5.60.0",
45
+ "eslint": "^8.43.0",
46
46
  "eslint-find-rules": "4.1.0",
47
47
  "eslint-plugin-ava": "^14.0.0",
48
48
  "eslint-plugin-hildjj": "link:rules",
49
- "eslint-plugin-jsdoc": "^44.2.3",
49
+ "eslint-plugin-jsdoc": "^46.2.6",
50
50
  "eslint-plugin-node": "^11.1.0",
51
- "typescript": "5.0.4"
51
+ "typescript": "5.1.3"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=16"