@digest/eslint-config-flow 4.13.2-next.3 → 4.14.0-next.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.
Files changed (2) hide show
  1. package/package.json +3 -2
  2. package/src/index.js +3 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@digest/eslint-config-flow",
3
3
  "title": "ESLint Digest Flow",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "4.13.2-next.3",
5
+ "version": "4.14.0-next.1",
6
6
  "description": "Digested ESLint Flow configurations",
7
7
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
8
  "contributors": [
@@ -12,6 +12,7 @@
12
12
  "position": "Initial and Lead Developer"
13
13
  }
14
14
  ],
15
+ "type": "module",
15
16
  "main": "src/index.js",
16
17
  "files": [
17
18
  "/src/index.js",
@@ -40,5 +41,5 @@
40
41
  "eslint",
41
42
  "flow"
42
43
  ],
43
- "gitHead": "ad94e964091097f148ba971d9d2c36b41ec45255"
44
+ "gitHead": "4067780e3266d9e9ac1ea146e33235ad6c2f6f4e"
44
45
  }
package/src/index.js CHANGED
@@ -16,10 +16,11 @@
16
16
  along with Node Digest . If not, see <https://www.gnu.org/licenses/>.
17
17
 
18
18
  */
19
+
19
20
  /*
20
21
  DO NOT REMOVE
21
22
  This file is still required; package.json `main` parameter ignored in some
22
23
  cases
23
24
  */
24
- // eslint-disable-next-line unicorn/prefer-module
25
- module.exports = '';
25
+
26
+ export default {};