@digest/eslint-config 4.11.0-next.1 → 4.12.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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@digest/eslint-config",
3
3
  "title": "ESLint Digest",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "4.11.0-next.1",
5
+ "version": "4.12.1",
6
6
  "description": "Digested ESLint configurations",
7
7
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
8
  "contributors": [
@@ -49,5 +49,5 @@
49
49
  "digest",
50
50
  "eslint"
51
51
  ],
52
- "gitHead": "a994e0af7fd50411237d760b07a74236a6a96cff"
52
+ "gitHead": "5e6b0bd23c54073f2ad6bd864a5ba1c637b7645f"
53
53
  }
@@ -1,8 +1,3 @@
1
- /*
2
- eslint-disable
3
- unicorn/prefer-module,
4
- canonical/filename-match-exported
5
- */
6
1
  /*
7
2
 
8
3
  This file is part of the Node Digest.
@@ -21,6 +16,11 @@
21
16
  along with Node Digest . If not, see <https://www.gnu.org/licenses/>.
22
17
 
23
18
  */
19
+ /*
20
+ eslint-disable
21
+ unicorn/prefer-module,
22
+ canonical/filename-match-exported
23
+ */
24
24
 
25
25
  const canonicalBrowser = require('eslint-config-canonical/configurations/browser');
26
26
  const canonical = require('eslint-config-canonical/configurations/canonical');