@digest/eslint-config 3.2.2 → 3.3.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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@digest/eslint-config",
3
3
  "title": "ESLint Digest",
4
4
  "license": "GPL-3.0",
5
- "version": "3.2.2",
5
+ "version": "3.3.3",
6
6
  "description": "Digested ESLint configurations",
7
7
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
8
  "contributors": [
@@ -32,15 +32,15 @@
32
32
  "clean": "rimraf node_modules package-lock.json npm-debug.log"
33
33
  },
34
34
  "dependencies": {
35
- "@digest/scripts": "^3.2.2",
36
- "eslint": "^8.2.0",
37
- "eslint-config-canonical": "^32.23.0",
35
+ "@digest/scripts": "^3.3.3",
36
+ "eslint": "^8.3.0",
37
+ "eslint-config-canonical": "^32.43.1",
38
38
  "eslint-formatter-friendly": "^7.0.0",
39
- "eslint-plugin-import": "^2.25.2"
39
+ "eslint-plugin-import": "^2.25.3"
40
40
  },
41
41
  "keywords": [
42
42
  "digest",
43
43
  "eslint"
44
44
  ],
45
- "gitHead": "e164547b71e3096174a98b06cdea523ca58c9ad1"
45
+ "gitHead": "c175e05f8214b698d53d7e8edefc003839361319"
46
46
  }
package/src/.eslintrc.js CHANGED
@@ -151,6 +151,7 @@ module.exports = {
151
151
  'import/no-extraneous-dependencies': 'off',
152
152
  'import/no-unassigned-import': 'off',
153
153
  'import/no-unresolved': 'off',
154
+ 'jsdoc/check-tag-names': 'off', // incompatible with @jest-environment
154
155
  'multiline-ternary': ['error', 'always'],
155
156
  'no-tabs': 'off',
156
157
  },
package/src/index.js CHANGED
@@ -14,11 +14,6 @@ program. If not, see <http://www.gnu.org/licenses/>.
14
14
 
15
15
  */
16
16
 
17
- /*
18
- eslint-disable
19
- import/no-commonjs
20
- */
21
-
22
17
  /*
23
18
  DO NOT REMOVE
24
19
  This file is still required; package.json `main` parameter ignored in some