@digest/eslint-config-flow 3.2.1 → 3.3.2

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 -3
  2. package/src/index.js +0 -5
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@digest/eslint-config-flow",
3
3
  "title": "ESLint Digest Flow",
4
4
  "license": "GPL-3.0",
5
- "version": "3.2.1",
5
+ "version": "3.3.2",
6
6
  "description": "Digested ESLint Flow configurations",
7
7
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
8
8
  "contributors": [
@@ -31,7 +31,7 @@
31
31
  "clean": "rimraf node_modules dist package-lock.json npm-debug.log"
32
32
  },
33
33
  "dependencies": {
34
- "@digest/eslint-config": "^3.2.1",
34
+ "@digest/eslint-config": "^3.3.2",
35
35
  "eslint-plugin-flowtype": "^8.0.3"
36
36
  },
37
37
  "keywords": [
@@ -39,5 +39,5 @@
39
39
  "eslint",
40
40
  "flow"
41
41
  ],
42
- "gitHead": "38f09129b4ebd032235ee07f06d7fa773e88f23d"
42
+ "gitHead": "97df5e3e791d3bcac2eddc0d26b37b828b49e1e7"
43
43
  }
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